From 9798d09fc714c20be0f4913dc6b0f762a21c5065 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 12 Nov 2023 18:57:16 +0100 Subject: Stop building --with-gconf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GConf is OBE; GSettings is the replacement, and the configure enables it by default. What the heck Past Kévin 🤨 --- .local/bin/emacs-build | 1 - 1 file changed, 1 deletion(-) 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 ) -- cgit v1.2.3