]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/qemu-xen.git/commitdiff
pixman: disable gtk
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 7 Nov 2012 10:41:01 +0000 (11:41 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 14 Nov 2012 12:28:34 +0000 (13:28 +0100)
gtk is only needed to build test cases.
Disable it to simplify the build.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Makefile

index ff2c16d02634ae7caf30860253fa23ce0d7f8286..e68bb8fae4d7016d88c2491a93de52d69f0a8c6c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,7 @@ subdir-pixman: pixman/Makefile
        $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C pixman V="$(V)" all,)
 
 pixman/Makefile: $(SRC_PATH)/pixman/configure
-       (cd pixman; $(SRC_PATH)/pixman/configure $(AUTOCONF_HOST) --disable-shared --enable-static)
+       (cd pixman; $(SRC_PATH)/pixman/configure $(AUTOCONF_HOST) --disable-gtk --disable-shared --enable-static)
 
 $(SRC_PATH)/pixman/configure:
        (cd $(SRC_PATH)/pixman; autoreconf -v --install)