aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2023-09-04 17:29:41 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2023-11-07 14:04:25 +0400
commitd017f28a2ee082f472ed69fedf0435b468000e92 (patch)
treef59f4ff375f90c16169036bad4e04b7af1fad757 /meson.build
parent699f15fd0c062c5f337584c585223bf7c3a9cd8e (diff)
downloadqemu-d017f28a2ee082f472ed69fedf0435b468000e92.zip
qemu-d017f28a2ee082f472ed69fedf0435b468000e92.tar.gz
qemu-d017f28a2ee082f472ed69fedf0435b468000e92.tar.bz2
build-sys: make pixman actually optional
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 8422e7d..4848930 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)