From: Marc-André Lureau Date: Mon, 4 Sep 2023 13:29:41 +0000 (+0400) Subject: build-sys: make pixman actually optional X-Git-Tag: pull-xenfv-20231121~28^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d017f28a2ee082f472ed69fedf0435b468000e92;p=users%2Fdwmw2%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 8422e7da0c..4848930680 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)