]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
build-sys: make pixman actually optional
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 4 Sep 2023 13:29:41 +0000 (17:29 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 7 Nov 2023 10:04:25 +0000 (14:04 +0400)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
meson.build

index 8422e7da0c54c7ed706b2276ef7b821411530c7e..4848930680baa5b624c25368c81f1d92e4d94234 100644 (file)
@@ -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)