diff options
author | Markus Volk <f_l_k@t-online.de> | 2025-04-24 22:34:01 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-25 14:47:10 -0700 |
commit | 7dbc33bde69bd025c30cf7aecf086f7f5037c63a (patch) | |
tree | cac6779cc01a23e014f60617ffb9a407fcbdac2e | |
parent | aeab7be6689d5a4663e1a9f9afdd8c8bbffedf3c (diff) | |
download | meta-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.bb | 2 |
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 @@ | |||
1 | SUMMARY = "Simple DirectMedia Layer mixer library V2" | 1 | SUMMARY = "Simple DirectMedia Layer mixer library V2" |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | DEPENDS = "libsdl2" | 3 | DEPENDS = "virtual/libsdl2" |
4 | LICENSE = "Zlib" | 4 | LICENSE = "Zlib" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455" |
6 | 6 | ||