]> source.dussan.org Git - tigervnc.git/commitdiff
[Development] Add more --disable- flags to Xorg's configure to compile Xvnc only.
authorAdam Tkac <atkac@redhat.com>
Thu, 2 Sep 2010 15:43:09 +0000 (15:43 +0000)
committerAdam Tkac <atkac@redhat.com>
Thu, 2 Sep 2010 15:43:09 +0000 (15:43 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4130 3789f03b-4d11-0410-bbf8-ca57d06f2519

unix/build-xorg

index ea638d1517658c7ce50218ff325d9f4e60a78500..764f14ae28f43823aeec4cd32cc73c18cd9db362 100755 (executable)
@@ -190,7 +190,7 @@ build ()
     echo "*** Building xserver ***"
     pushd xorg/xserver
     autoreconf -fiv
-    XORGCFGFLAGS='--disable-xinerama --disable-xvfb --disable-xnest --disable-xorg'
+    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'
     if [ $STATIC = 1 ]; then
         XORGCFGFLAGS="${XORGCFGFLAGS} --disable-shared --enable-static"
     fi