]> source.dussan.org Git - tigervnc.git/commitdiff
Allow an initial set of Xorg configure flags to be set in the environment (for instan...
authorDRC <dcommander@users.sourceforge.net>
Wed, 16 Feb 2011 20:33:58 +0000 (20:33 +0000)
committerDRC <dcommander@users.sourceforge.net>
Wed, 16 Feb 2011 20:33:58 +0000 (20:33 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4291 3789f03b-4d11-0410-bbf8-ca57d06f2519

unix/build-xorg

index 9707375e88e0ebc272af05d3cd6424575daee184..383d3d2877e2ebb0af09db928e8f27adad366f18 100755 (executable)
@@ -199,7 +199,7 @@ build ()
     echo "*** Building xserver ***"
     pushd xorg/xserver
     autoreconf -fiv
-    XORGCFGFLAGS='--disable-xinerama --disable-xvfb --disable-xnest --disable-xorg --disable-dmx --disable-xwin --disable-xephyr --disable-kdrive --disable-config-dbus --disable-config-hal --disable-config-udev --with-sha1=libgcrypt'
+    XORGCFGFLAGS="--disable-xinerama --disable-xvfb --disable-xnest --disable-xorg --disable-dmx --disable-xwin --disable-xephyr --disable-kdrive --disable-config-dbus --disable-config-hal --disable-config-udev --with-sha1=libgcrypt ${XORGCFGFLAGS}"
     if [ $STATIC = 1 ]; then
         XORGCFGFLAGS="${XORGCFGFLAGS} --disable-shared --enable-static"
     fi