summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.6.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-01-07 18:28:40 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-12 08:53:43 -0800
commit0991466b1ed29306aec2c1251c99688d7d6a6e4e (patch)
treebcbbf20d4e8d712c9b2ae3358a8194ef4bae3b73 /meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.6.bb
parentd7d45f20efe5f3bf43bb524b109420d383bf381e (diff)
downloadmeta-openembedded-0991466b1ed29306aec2c1251c99688d7d6a6e4e.tar.gz
libsdl3-image: upgrade 3.2.4 -> 3.2.6
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.6.bb')
-rw-r--r--meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.6.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.6.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.6.bb
new file mode 100644
index 0000000000..7c2f4026f2
--- /dev/null
+++ b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.6.bb
@@ -0,0 +1,15 @@
1SUMMARY = "Simple DirectMedia Layer image library v2"
2SECTION = "libs"
3
4LICENSE = "Zlib"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455"
6
7DEPENDS = "tiff zlib libpng jpeg libsdl3 libwebp"
8
9SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.2.x"
10SRCREV = "d78dd65454f442bfdbc373201165f1ef579484ab"
11
12
13inherit cmake pkgconfig
14
15FILES:${PN} += "${datadir}/licenses"