]> source.dussan.org Git - tigervnc.git/commitdiff
Disable Composite extension by default in the legacy-friendly TigerVNC build. Justif...
authorDRC <dcommander@users.sourceforge.net>
Sat, 1 Oct 2011 19:13:12 +0000 (19:13 +0000)
committerDRC <dcommander@users.sourceforge.net>
Sat, 1 Oct 2011 19:13:12 +0000 (19:13 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4686 3789f03b-4d11-0410-bbf8-ca57d06f2519

unix/build-xorg

index 95e7134f9e590170096d652e1469d7689b236f4f..0e33da4add86b19d0ae2254c134a3955b8501f3b 100755 (executable)
@@ -189,7 +189,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 SHA1_LIB=-lcrypto --disable-shared --enable-static ${XORGCFGFLAGS}"
+    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}"
     ./configure ${CFGHOST} --prefix=${PREFIX} ${XORGCFGFLAGS}
     if [ $? -ne 0 ]; then
        echo "Failed to configure X server."