mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
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 <afaerber@suse.de> Signed-off-by: Robert Schiele <rschiele@gmail.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
2915efbfa8
commit
74880fe27d
2 changed files with 18 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue