- build without X11 support
This commit is contained in:
Stephan Raue 2009-10-22 08:33:04 +02:00
parent 4b3baccf87
commit a529452898

View File

@ -4,7 +4,7 @@
$SCRIPTS/build toolchain $SCRIPTS/build toolchain
$SCRIPTS/build expat $SCRIPTS/build expat
$SCRIPTS/build libX11 # $SCRIPTS/build libX11
export ac_cv_have_abstract_sockets=set export ac_cv_have_abstract_sockets=set
@ -33,7 +33,7 @@ cd $PKG_BUILD
--disable-dnotify \ --disable-dnotify \
--enable-inotify \ --enable-inotify \
--with-xml=expat \ --with-xml=expat \
--with-x \ --without-x \
--with-dbus-user=dbus \ --with-dbus-user=dbus \
# --with-x \ # --with-x \