diff options
| author | Markus Volk <f_l_k@t-online.de> | 2025-03-17 15:14:14 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-17 22:24:37 -0700 |
| commit | 0c8c38ed3b7c21fcfb77675f91339a16a0f8a600 (patch) | |
| tree | 13ea3ed352e70fb664815abdd83e137e9acc6aa9 /meta-oe/recipes-graphics/libsdl3 | |
| parent | 135aa0469903053b5f7bf3b65f0a1acf35fea8c4 (diff) | |
| download | meta-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.bb | 4 |
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 | ||
| 17 | DEPENDS += "libsdl3" | 17 | DEPENDS += "libsdl3" |
| 18 | 18 | ||
| 19 | inherit cmake pkgconfig upstream-version-is-even | 19 | inherit cmake pkgconfig upstream-version-is-even features_check |
| 20 | |||
| 21 | REQUIRED_DISTRO_FEATURES = "opengl x11" | ||
| 20 | 22 | ||
| 21 | FILES:${PN} += "${datadir}/licenses" | 23 | FILES:${PN} += "${datadir}/licenses" |
