qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v4 19/19] build-sys: make pixman actually optional


From: marcandre . lureau
Subject: [PATCH v4 19/19] build-sys: make pixman actually optional
Date: Wed, 18 Oct 2023 17:38:20 +0400

From: Marc-André Lureau <marcandre.lureau@redhat.com>

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 meson.build | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meson.build b/meson.build
index 39b4632ed2..77a3ca98ee 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)
 
-- 
2.41.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]