From 0c8c38ed3b7c21fcfb77675f91339a16a0f8a600 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 17 Mar 2025 15:14:14 +0100 Subject: [PATCH] libsdl2-compat: add x11 and opengl to REQUIRED_DISTRO_FEATURES Signed-off-by: Markus Volk Acked-by: Martin Jansa Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}" DEPENDS += "libsdl3" -inherit cmake pkgconfig upstream-version-is-even +inherit cmake pkgconfig upstream-version-is-even features_check + +REQUIRED_DISTRO_FEATURES = "opengl x11" FILES:${PN} += "${datadir}/licenses"