From e491efc658cf38d7756a61b3764e40272b94db3c Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sat, 19 Aug 2017 15:40:35 +0200 Subject: [PATCH] configurable X toolkit for Emacs, lucid by default --- e/emacs/emacs.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e/emacs/emacs.SlackBuild b/e/emacs/emacs.SlackBuild index 56959a5e..52dadd06 100755 --- a/e/emacs/emacs.SlackBuild +++ b/e/emacs/emacs.SlackBuild @@ -28,6 +28,7 @@ # Modified by Gwenhael Le Moine ONLY_X11=${ONLY_X11:=YES} +X_TOOLKIT=${X_TOOLKIT:=lucid} PRGNAM=emacs BRANCH=${BRANCH:=trunk} @@ -99,7 +100,7 @@ CFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --infodir=/usr/info \ --with-x \ - --with-x-toolkit=gtk3 \ + --with-x-toolkit=$X_TOOLKIT \ --enable-link-time-optimization \ --with-compress-install \ --without-gconf \