summaryrefslogtreecommitdiff
path: root/.local/bin/emacs-build
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/emacs-build')
-rwxr-xr-x.local/bin/emacs-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/emacs-build b/.local/bin/emacs-build
index 20b9fba..31a79ec 100755
--- a/.local/bin/emacs-build
+++ b/.local/bin/emacs-build
@@ -3,7 +3,7 @@
set -eux
make="make -j$(nproc --all)"
-configure_flags="--with-xwidgets --with-cairo"
+configure_flags="--with-xwidgets --with-cairo --with-gconf"
if ! test -f Makefile
then