[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL v3 15/25] ui/gl: opengl doesn't require PIXMAN
|
From: |
marcandre . lureau |
|
Subject: |
[PULL v3 15/25] ui/gl: opengl doesn't require PIXMAN |
|
Date: |
Tue, 7 Nov 2023 14:15:13 +0400 |
From: Marc-André Lureau <marcandre.lureau@redhat.com>
The QEMU fallback covers the requirements. We still need the flags of
header inclusion with CONFIG_PIXMAN.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
ui/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ui/meson.build b/ui/meson.build
index 3085e10a72..7c99613950 100644
--- a/ui/meson.build
+++ b/ui/meson.build
@@ -60,8 +60,8 @@ endif
system_ss.add(opengl)
if opengl.found()
opengl_ss = ss.source_set()
- opengl_ss.add(gbm)
- opengl_ss.add(when: [opengl, pixman],
+ opengl_ss.add(gbm, pixman)
+ opengl_ss.add(when: [opengl],
if_true: files('shader.c', 'console-gl.c', 'egl-helpers.c',
'egl-context.c'))
ui_modules += {'opengl' : opengl_ss}
endif
--
2.41.0
- [PULL v3 14/25] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN, (continued)
- [PULL v3 14/25] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN, marcandre . lureau, 2023/11/07
- [PULL v3 11/25] qmp/hmp: disable screendump if PIXMAN is missing, marcandre . lureau, 2023/11/07
- [PULL v3 13/25] ui/console: when PIXMAN is unavailable, don't draw placeholder msg, marcandre . lureau, 2023/11/07
- [PULL v3 12/25] virtio-gpu: replace PIXMAN for region/rect test, marcandre . lureau, 2023/11/07
- [PULL v3 16/25] ui/vnc: VNC requires PIXMAN, marcandre . lureau, 2023/11/07
- [PULL v3 18/25] ui/gtk: -display gtk requires PIXMAN, marcandre . lureau, 2023/11/07
- [PULL v3 19/25] ui/dbus: do not require PIXMAN, marcandre . lureau, 2023/11/07
- [PULL v3 20/25] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN, marcandre . lureau, 2023/11/07
- [PULL v3 17/25] ui/spice: SPICE/QXL requires PIXMAN, marcandre . lureau, 2023/11/07
- [PULL v3 23/25] hw/mips: FULOONG depends on VT82C686, marcandre . lureau, 2023/11/07
- [PULL v3 15/25] ui/gl: opengl doesn't require PIXMAN,
marcandre . lureau <=
- [PULL v3 24/25] hw/display/ati: allow compiling without PIXMAN, marcandre . lureau, 2023/11/07
- [PULL v3 25/25] build-sys: make pixman actually optional, marcandre . lureau, 2023/11/07
- [PULL v3 21/25] hw/arm: XLNX_VERSAL depends on XLNX_CSU_DMA, marcandre . lureau, 2023/11/07
- [PULL v3 22/25] hw/sm501: allow compiling without PIXMAN, marcandre . lureau, 2023/11/07
- Re: [PULL v3 00/25] Pixman patches, Marc-André Lureau, 2023/11/07
- Re: [PULL v3 00/25] Pixman patches, Stefan Hajnoczi, 2023/11/07