public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 1/5] qemu: Depend on virtual/egl
@ 2022-03-08 15:52 Khem Raj
  2022-03-08 15:52 ` [PATCH 2/5] libsdl2: " Khem Raj
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Khem Raj @ 2022-03-08 15:52 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

This abstracts on GL/GLES implementations

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-devtools/qemu/qemu.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index cbbb99f611d..86bf2c1016f 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -163,7 +163,7 @@ PACKAGECONFIG[nettle] = "--enable-nettle,--disable-nettle,nettle"
 PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb1"
 PACKAGECONFIG[fdt] = "--enable-fdt,--disable-fdt,dtc"
 PACKAGECONFIG[alsa] = "--audio-drv-list=default,,alsa-lib"
-PACKAGECONFIG[glx] = "--enable-opengl,--disable-opengl,virtual/libgl"
+PACKAGECONFIG[glx] = "--enable-opengl,--disable-opengl,virtual/egl"
 PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo"
 PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl"
 PACKAGECONFIG[gnutls] = "--enable-gnutls,--disable-gnutls,gnutls"
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-03-23 16:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-08 15:52 [PATCH 1/5] qemu: Depend on virtual/egl Khem Raj
2022-03-08 15:52 ` [PATCH 2/5] libsdl2: " Khem Raj
2022-03-09 12:31   ` [OE-core] " Ross Burton
2022-03-17 14:54     ` Khem Raj
2022-03-08 15:52 ` [PATCH 3/5] piglit: Remove virtual/libgl Khem Raj
2022-03-08 15:52 ` [PATCH 4/5] waffle: Use the right dependencies as needed Khem Raj
2022-03-08 15:52 ` [PATCH 5/5] webkitgtk: Depend on virtual/egl instead of virtual/libgl Khem Raj
2022-03-09 12:30 ` [OE-core] [PATCH 1/5] qemu: Depend on virtual/egl Ross Burton
2022-03-17 15:29   ` Khem Raj
2022-03-23 16:30     ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox