From 74880fe27d2120ab3861dc857ecd025db1a67038 Mon Sep 17 00:00:00 2001 From: Robert Schiele Date: Tue, 4 Dec 2012 16:58:08 +0100 Subject: configure: allow disabling pixman if not needed When we build neither any system emulation targets nor the tools there is actually no need for pixman library. In that case do not enforce presence of that library on the system. Reviewed-by: Andreas F=E4rber Signed-off-by: Robert Schiele Signed-off-by: Anthony Liguori --- target-unicore32/helper.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target-unicore32') diff --git a/target-unicore32/helper.c b/target-unicore32/helper.c index ff4f628404..5359538ea5 100644 --- a/target-unicore32/helper.c +++ b/target-unicore32/helper.c @@ -13,7 +13,9 @@ #include "exec/gdbstub.h" #include "helper.h" #include "qemu/host-utils.h" +#ifndef CONFIG_USER_ONLY #include "ui/console.h" +#endif #undef DEBUG_UC32 -- cgit v1.2.1