From: Gerd Hoffmann Date: Wed, 7 Nov 2012 10:41:01 +0000 (+0100) Subject: pixman: disable gtk X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4d5bdd0b460ee2ff8989b0f83fa38a3af052b343;p=qemu.git pixman: disable gtk gtk is only needed to build test cases. Disable it to simplify the build. Signed-off-by: Gerd Hoffmann --- diff --git a/Makefile b/Makefile index ff2c16d026..e68bb8fae4 100644 --- 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)