diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-11-04 08:29:52 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-11-04 08:29:52 +0000 |
commit | 21a5066481392b87a78b4219cb36c13c5e999f4c (patch) | |
tree | a6936eaa9ab5979ea893e546fcb7438ba7555ff7 /unix/build-xorg | |
parent | 2b0c21b020fa14d7784aee88e72543804e987684 (diff) | |
download | tigervnc-21a5066481392b87a78b4219cb36c13c5e999f4c.tar.gz tigervnc-21a5066481392b87a78b4219cb36c13c5e999f4c.zip |
Attempt to fix the legacy-friendly build, which was broken by r4745
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4765 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/build-xorg')
-rwxr-xr-x | unix/build-xorg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/build-xorg b/unix/build-xorg index 0e33da4a..bf8e312a 100755 --- a/unix/build-xorg +++ b/unix/build-xorg @@ -189,7 +189,7 @@ build () echo "*** Building xserver ***" pushd xorg/xserver autoreconf -fiv - XORGCFGFLAGS="--disable-composite --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 SHA1_LIB=-lcrypto --disable-shared --enable-static ${XORGCFGFLAGS}" + XORGCFGFLAGS="--disable-dri --disable-composite --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 SHA1_LIB=-lcrypto --disable-shared --enable-static ${XORGCFGFLAGS}" ./configure ${CFGHOST} --prefix=${PREFIX} ${XORGCFGFLAGS} if [ $? -ne 0 ]; then echo "Failed to configure X server." |