From: DRC Date: Wed, 16 Feb 2011 20:33:58 +0000 (+0000) Subject: Allow an initial set of Xorg configure flags to be set in the environment (for instan... X-Git-Tag: v1.0.90~28 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2b268f6ad9750ee43166bc60adbbadfeac3eab15;p=tigervnc.git Allow an initial set of Xorg configure flags to be set in the environment (for instance, to supply a default value for the DRI driver directory) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4291 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/unix/build-xorg b/unix/build-xorg index 9707375e..383d3d28 100755 --- a/unix/build-xorg +++ b/unix/build-xorg @@ -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