commit 9798d09fc714c20be0f4913dc6b0f762a21c5065
parent 9d2c448d7962a3316def5cda9a3f112a0843b543
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sun, 12 Nov 2023 18:57:16 +0100
Stop building --with-gconf
GConf is OBE; GSettings is the replacement, and the configure enables
it by default. What the heck Past Kévin 🤨
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/.local/bin/emacs-build b/.local/bin/emacs-build
@@ -9,7 +9,6 @@ config_h=${build}/src/config.h
make="make -j$(nproc --all)"
configure_flags=(
--with-cairo
- --with-gconf
--with-sqlite3
--with-xinput2
)