summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-04-24 22:34:04 +0200
committerKhem Raj <raj.khem@gmail.com>2025-04-25 14:47:11 -0700
commit503f3839cfd7c5308da079f18ec8a63875006b67 (patch)
tree076af096c7055ef0b03524897ee9ed9a902053b8
parentf585868bced931b8d422c7d87af60cc25dd9261f (diff)
downloadmeta-openembedded-503f3839cfd7c5308da079f18ec8a63875006b67.tar.gz
libsdl2-compat: provide virtual/libsdl2
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb2
1 files changed, 1 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 cf580e49f8..4553ac14e1 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,7 +16,7 @@ S = "${WORKDIR}/sdl2-compat-${PV}"
16 16
17DEPENDS += "libsdl3" 17DEPENDS += "libsdl3"
18 18
19PROVIDES = "libsdl2" 19PROVIDES = "virtual/libsdl2"
20 20
21inherit cmake pkgconfig upstream-version-is-even features_check 21inherit cmake pkgconfig upstream-version-is-even features_check
22 22