[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL v2 24/24] build-sys: make pixman actually optional
|
From: |
marcandre . lureau |
|
Subject: |
[PULL v2 24/24] build-sys: make pixman actually optional |
|
Date: |
Mon, 6 Nov 2023 13:55:41 +0400 |
From: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
---
meson.build | 3 ---
1 file changed, 3 deletions(-)
diff --git a/meson.build b/meson.build
index ad1e0155ee..a35cd860aa 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: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN, (continued)
- Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN, Philippe Mathieu-Daudé, 2023/11/06
- Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN, Marc-André Lureau, 2023/11/06
- Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN, Philippe Mathieu-Daudé, 2023/11/06
- Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN, BALATON Zoltan, 2023/11/06
- Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN, Marc-André Lureau, 2023/11/06
- Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN, BALATON Zoltan, 2023/11/06
- Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN, Stefan Hajnoczi, 2023/11/06
- Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN, BALATON Zoltan, 2023/11/06
- Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN, Stefan Hajnoczi, 2023/11/06
Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN, BALATON Zoltan, 2023/11/06
[PULL v2 24/24] build-sys: make pixman actually optional,
marcandre . lureau <=