diff mbox series

[meta-oe,2/2] libsdl2-compat: make use of virtual/libsdl3

Message ID 20250424210659.2282492-2-f_l_k@t-online.de
State New
Headers show
Series [meta-oe,1/2] libsdl3-ttf: make use of virtual/libsdl3 | expand

Commit Message

Markus Volk April 24, 2025, 9:06 p.m. UTC
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 4553ac14e1..af65c810eb 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
@@ -14,7 +14,7 @@  SRC_URI = "http://www.libsdl.org/release/sdl2-compat-${PV}.tar.gz"
 SRC_URI[sha256sum] = "eb02c4c47d90e7a2585a65c712cf4a08ff4c37c0a1efc17af49d8ebde3292c23"
 S = "${WORKDIR}/sdl2-compat-${PV}"
 
-DEPENDS += "libsdl3"
+DEPENDS += "virtual/libsdl3"
 
 PROVIDES = "virtual/libsdl2"