From: Marc-André Lureau Date: Mon, 4 Sep 2023 13:29:41 +0000 (+0400) Subject: build-sys: make pixman actually optional X-Git-Tag: v8.2.0-rc0~20^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d017f28a2ee082f472ed69fedf0435b468000e92;p=thirdparty%2Fqemu.git build-sys: make pixman actually optional Signed-off-by: Marc-André Lureau Reviewed-by: Thomas Huth --- diff --git a/meson.build b/meson.build index 8422e7da0c5..4848930680b 100644 --- a/meson.build +++ b/meson.build @@ -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)