summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/libsdl3
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-03-17 15:14:14 +0100
committerKhem Raj <raj.khem@gmail.com>2025-03-17 22:24:37 -0700
commit0c8c38ed3b7c21fcfb77675f91339a16a0f8a600 (patch)
tree13ea3ed352e70fb664815abdd83e137e9acc6aa9 /meta-oe/recipes-graphics/libsdl3
parent135aa0469903053b5f7bf3b65f0a1acf35fea8c4 (diff)
downloadmeta-openembedded-0c8c38ed3b7c21fcfb77675f91339a16a0f8a600.tar.gz
libsdl2-compat: add x11 and opengl to REQUIRED_DISTRO_FEATURES
Signed-off-by: Markus Volk <f_l_k@t-online.de> Acked-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/libsdl3')
-rw-r--r--meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb
index 5052c85b3d..de47f174b1 100644
--- a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb
+++ b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb
@@ -16,6 +16,8 @@ S = "${WORKDIR}/sdl2-compat-${PV}"
16 16
17DEPENDS += "libsdl3" 17DEPENDS += "libsdl3"
18 18
19inherit cmake pkgconfig upstream-version-is-even 19inherit cmake pkgconfig upstream-version-is-even features_check
20
21REQUIRED_DISTRO_FEATURES = "opengl x11"
20 22
21FILES:${PN} += "${datadir}/licenses" 23FILES:${PN} += "${datadir}/licenses"