enable xwidgets

This commit is contained in:
Gwenhael Le Moine 2016-03-16 17:09:02 +01:00
parent e320f0a731
commit 4da0853fbe

View file

@ -36,8 +36,6 @@ ARCH=${ARCH:-$(uname -m)}
NUMJOBS=${NUMJOBS:-" -j3 "}
BUILD=${BUILD:-1}
X_TOOLKIT=${X_TOOLKIT:=gtk3}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
@ -101,7 +99,8 @@ $SRCDIR/configure \
--mandir=/usr/man \
--infodir=/usr/info \
--with-x \
--with-x-toolkit=$X_TOOLKIT \
--with-x-toolkit=gtk3 \
--with-xwidgets \
--enable-link-time-optimization \
--with-compress-install \
--without-gconf \