summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2023-11-12 18:57:16 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2023-11-12 18:57:16 +0100
commit9798d09fc714c20be0f4913dc6b0f762a21c5065 (patch)
tree41b3530c45a9e546fb76d571a50987112c97a93c /.local
parent9d2c448d7962a3316def5cda9a3f112a0843b543 (diff)
downloaddotfiles-9798d09fc714c20be0f4913dc6b0f762a21c5065.tar.xz
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 (limited to '.local')
-rwxr-xr-x.local/bin/emacs-build1
1 files changed, 0 insertions, 1 deletions
diff --git a/.local/bin/emacs-build b/.local/bin/emacs-build
index 01bc121..c96c134 100755
--- 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
)