diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-07 11:41:01 +0100 |
|---|---|---|
| committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-14 13:28:34 +0100 |
| commit | 4d5bdd0b460ee2ff8989b0f83fa38a3af052b343 (patch) | |
| tree | 2092fa94678c57d28d1bf64073525c31935735dc | |
| parent | 42da6041d5e30fcf49ba639477a05e781594a7a5 (diff) | |
| download | focaccia-qemu-4d5bdd0b460ee2ff8989b0f83fa38a3af052b343.tar.gz focaccia-qemu-4d5bdd0b460ee2ff8989b0f83fa38a3af052b343.zip | |
pixman: disable gtk
gtk is only needed to build test cases. Disable it to simplify the build. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |