diff options
author | Gerd Hoffmann | 2012-09-25 16:04:58 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2012-11-01 13:59:58 +0100 |
commit | e2134eb9223edac82cc7aa2281779c92c920d579 (patch) | |
tree | 9c1cb437a6442b2b279e6aad0a2784dcbe029169 /Makefile | |
parent | pixman: add submodule (diff) | |
download | qemu-e2134eb9223edac82cc7aa2281779c92c920d579.tar.gz qemu-e2134eb9223edac82cc7aa2281779c92c920d579.tar.xz qemu-e2134eb9223edac82cc7aa2281779c92c920d579.zip |
pixman: windup in configure & makefiles
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -118,6 +118,15 @@ endif subdir-libcacard: $(oslib-obj-y) $(trace-obj-y) qemu-timer-common.o +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 --disable-shared --enable-static) + +$(SRC_PATH)/pixman/configure: + (cd $(SRC_PATH)/pixman; autoreconf -v --install) + $(filter %-softmmu,$(SUBDIR_RULES)): $(universal-obj-y) $(trace-obj-y) $(common-obj-y) $(extra-obj-y) subdir-libdis $(filter %-user,$(SUBDIR_RULES)): $(universal-obj-y) $(trace-obj-y) subdir-libdis-user subdir-libuser |