diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2023-11-12 18:57:16 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2023-11-12 18:57:16 +0100 |
| commit | 9798d09fc714c20be0f4913dc6b0f762a21c5065 (patch) | |
| tree | 41b3530c45a9e546fb76d571a50987112c97a93c | |
| parent | 9d2c448d7962a3316def5cda9a3f112a0843b543 (diff) | |
| download | dotfiles-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 🤨
| -rwxr-xr-x | .local/bin/emacs-build | 1 |
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 ) |
