]> source.dussan.org Git - tigervnc.git/commitdiff
Don't require GTK when building pixman module
authorDRC <dcommander@users.sourceforge.net>
Mon, 5 Jul 2010 20:18:05 +0000 (20:18 +0000)
committerDRC <dcommander@users.sourceforge.net>
Mon, 5 Jul 2010 20:18:05 +0000 (20:18 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4082 3789f03b-4d11-0410-bbf8-ca57d06f2519

unix/build-xorg

index 19e8485628a99f2c86831d17cb48c9ddce0cdc66..bce07af7608e3e9c8d404c44904c3476b1d09dfe 100755 (executable)
@@ -131,6 +131,9 @@ build ()
         if [ "${module}" = "libSM" ]; then
             extraoptions="${extraoptions} --without-libuuid"
         fi
+        if [ "${module}" = "pixman" ]; then
+            extraoptions="${extraoptions} --disable-gtk"
+        fi
         if [ $STATIC = 1 ]; then
             extraoptions="${extraoptions} --enable-static --disable-shared"
             OLD_CFLAGS=${CFLAGS}