From 4613cf385460f973d1fe3c75336ce44e141ae9f4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 21 Apr 2025 13:58:19 -0700 Subject: [PATCH] libsdl3-image: Add missing dependency on libsdl3 Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb index fa0f3cf45d..696752d29d 100644 --- a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb +++ b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb @@ -4,7 +4,7 @@ SECTION = "libs" LICENSE = "Zlib" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455" -DEPENDS = "tiff zlib libpng jpeg libsdl2 libwebp" +DEPENDS = "tiff zlib libpng jpeg virtual/libsdl3 libwebp" SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.2.x" SRCREV = "11154afb7855293159588b245b446a4ef09e574f"