[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v5 19/19] build-sys: make pixman actually optional
From: |
marcandre . lureau |
Subject: |
[PATCH v5 19/19] build-sys: make pixman actually optional |
Date: |
Mon, 23 Oct 2023 15:30:46 +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 dbc7af091c..6399321d72 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
- Re: [PATCH v5 12/19] ui/vnc: VNC requires PIXMAN, (continued)
- [PATCH v5 15/19] ui/dbus: do not require PIXMAN, marcandre . lureau, 2023/10/23
- [PATCH v5 14/19] ui/gtk: -display gtk requires PIXMAN, marcandre . lureau, 2023/10/23
- [PATCH v5 18/19] hw/display: make ATI_VGA depend on PIXMAN, marcandre . lureau, 2023/10/23
- [PATCH v5 16/19] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN, marcandre . lureau, 2023/10/23
- [PATCH v5 17/19] hw/sm501: allow compiling without PIXMAN, marcandre . lureau, 2023/10/23
- [PATCH v5 19/19] build-sys: make pixman actually optional,
marcandre . lureau <=
- Re: [PATCH v5 00/19] Make Pixman an optional dependency, Michael S. Tsirkin, 2023/10/23
- Re: [PATCH v5 00/19] Make Pixman an optional dependency, Marc-André Lureau, 2023/10/24