projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
699f15f
)
build-sys: make pixman actually optional
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Mon, 4 Sep 2023 13:29:41 +0000
(17:29 +0400)
committer
Marc-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
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 8422e7da0c54c7ed706b2276ef7b821411530c7e..4848930680baa5b624c25368c81f1d92e4d94234 100644
(file)
--- 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)