From f1cd9cc84364f743aa9ff8b96f05e29d7aeb66c7 Mon Sep 17 00:00:00 2001 From: DRC Date: Mon, 5 Jul 2010 20:18:05 +0000 Subject: [PATCH] Don't require GTK when building pixman module git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4082 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- unix/build-xorg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unix/build-xorg b/unix/build-xorg index 19e84856..bce07af7 100755 --- a/unix/build-xorg +++ b/unix/build-xorg @@ -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} -- 2.39.5