mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
build-sys: make pixman actually optional
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
@ -817,9 +817,6 @@ if not get_option('pixman').auto() or have_system or have_tools
|
||||
pixman = dependency('pixman-1', required: get_option('pixman'), version:'>=0.21.8',
|
||||
method: 'pkg-config')
|
||||
endif
|
||||
if not pixman.found() and (have_system or have_tools)
|
||||
error('FIXME: pixman is currently required')
|
||||
endif
|
||||
|
||||
zlib = dependency('zlib', required: true)
|
||||
|
||||
|
Reference in New Issue
Block a user