From 3b33dab310797d09d6c400341876e670b3b901ce Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 28 Aug 2018 17:23:32 +0200 Subject: [PATCH] emacs: adapted config changes from slackware I like the idea of having no deps on gconf/gsettings, since emacs users are possibly more emacs-centric, than gnome- centric. OTOH a GTK-3 facelift for the dinosaur, why not? --- emacs.be0 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/emacs.be0 b/emacs.be0 index fc34471cc..6c5aeb52e 100755 --- a/emacs.be0 +++ b/emacs.be0 @@ -21,7 +21,12 @@ mee_patch() { } mee_configure() { - bee_configure + bee_configure \ + --without-gconf \ + --without-gsettings \ + --with-x \ + --with-x-toolkit=gtk3 + } mee_build() {