* [Qemu-devel] [PATCH] configure: Prepend pixman and ftd flags to overrule system-provided ones
@ 2014-10-02 8:03 Jan Kiszka
0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2014-10-02 8:03 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: qemu-devel
Other packages may provide includes for pixman as well if the host has a
devel package installed. So add ours to the front to unsure that the
right version is used.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
Replaces "configure: Filter out system includes for pixman"
And, yes, the scenario is too old distro pixman.
configure | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure b/configure
index 9ac2600..a9e4d49 100755
--- a/configure
+++ b/configure
@@ -4211,9 +4211,9 @@ EOF
fi
fi
-# add pixman flags after all config tests are done
-QEMU_CFLAGS="$QEMU_CFLAGS $pixman_cflags $fdt_cflags"
-libs_softmmu="$libs_softmmu $pixman_libs"
+# prepend pixman and ftd flags after all config tests are done
+QEMU_CFLAGS="$pixman_cflags $fdt_cflags $QEMU_CFLAGS"
+libs_softmmu="$pixman_libs $libs_softmmu"
echo "Install prefix $prefix"
echo "BIOS directory `eval echo $qemu_datadir`"
--
1.8.1.1.298.ge7eed54
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-02 8:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-02 8:03 [Qemu-devel] [PATCH] configure: Prepend pixman and ftd flags to overrule system-provided ones Jan Kiszka
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.