From 7dbc33bde69bd025c30cf7aecf086f7f5037c63a Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 24 Apr 2025 22:34:01 +0200 Subject: [PATCH] libsdl2-mixer: make use of virtual/libsdl2 Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ SUMMARY = "Simple DirectMedia Layer mixer library V2" SECTION = "libs" -DEPENDS = "libsdl2" +DEPENDS = "virtual/libsdl2" LICENSE = "Zlib" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455"