configurable X toolkit for Emacs, lucid by default

This commit is contained in:
Gwenhael Le Moine 2017-08-19 15:40:35 +02:00
parent b4413d7ceb
commit e491efc658
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -28,6 +28,7 @@
# Modified by Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
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 \