summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-04-24 22:34:01 +0200
committerKhem Raj <raj.khem@gmail.com>2025-04-25 14:47:10 -0700
commit7dbc33bde69bd025c30cf7aecf086f7f5037c63a (patch)
treecac6779cc01a23e014f60617ffb9a407fcbdac2e
parentaeab7be6689d5a4663e1a9f9afdd8c8bbffedf3c (diff)
downloadmeta-openembedded-7dbc33bde69bd025c30cf7aecf086f7f5037c63a.tar.gz
libsdl2-mixer: 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-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb
index 3eff30f825..ecfc0b147a 100644
--- a/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb
+++ b/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb
@@ -1,6 +1,6 @@
1SUMMARY = "Simple DirectMedia Layer mixer library V2" 1SUMMARY = "Simple DirectMedia Layer mixer library V2"
2SECTION = "libs" 2SECTION = "libs"
3DEPENDS = "libsdl2" 3DEPENDS = "virtual/libsdl2"
4LICENSE = "Zlib" 4LICENSE = "Zlib"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455"
6 6