configurable X toolkit for Emacs, lucid by default
This commit is contained in:
parent
b4413d7ceb
commit
e491efc658
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue