summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-04-24 22:34:06 +0200
committerKhem Raj <raj.khem@gmail.com>2025-04-25 14:47:11 -0700
commitd7d1ef36f28dd77dd15ee791004278e9c12f2080 (patch)
tree5d5a7e8726eb96b104bec71eb1c8069261edd70b
parent3d34b1d6ada0b3850c030842830355461f3e388d (diff)
downloadmeta-openembedded-d7d1ef36f28dd77dd15ee791004278e9c12f2080.tar.gz
python3-kiv: make use of 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-python/recipes-devtools/python/python3-kivy_2.3.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb b/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb
index 69cf86530a..dd60ea43d5 100644
--- a/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb
@@ -46,7 +46,7 @@ ANY_OF_DISTRO_FEATURES = "x11 wayland"
46DEPENDS += " \ 46DEPENDS += " \
47 gstreamer1.0 \ 47 gstreamer1.0 \
48 gstreamer1.0-python \ 48 gstreamer1.0-python \
49 libsdl2 \ 49 virtual/libsdl2 \
50 libsdl2-ttf \ 50 libsdl2-ttf \
51 libsdl2-image \ 51 libsdl2-image \
52 libsdl2-mixer \ 52 libsdl2-mixer \