From 68dd5fe1430a0238b6243875fa21d9fb1c460a8b Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Tue, 31 May 2011 23:48:02 +0700 Subject: [PATCH] customizable x toolkit, lucif 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 620d0dea..a99af8a3 100755 --- a/e/emacs/emacs.SlackBuild +++ b/e/emacs/emacs.SlackBuild @@ -36,6 +36,7 @@ ARCH=${ARCH:-$(uname -m)} NUMJOBS=${NUMJOBS:-" -j3 "} BUILD=${BUILD:-1} +X_TOOLKIT=${X_TOOLKIT:=lucid} if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" @@ -101,7 +102,7 @@ $SRCDIR/configure \ --mandir=/usr/man \ --infodir=/usr/info \ --with-x \ - --with-x-toolkit=gtk \ + --with-x-toolkit=$X_TOOLKIT \ --without-gconf \ --build=${ARCH}-slackware-linux