diff options
| -rw-r--r-- | meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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 new file mode 100644 index 0000000000..fa0f3cf45d --- /dev/null +++ b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "Simple DirectMedia Layer image library v2" | ||
| 2 | SECTION = "libs" | ||
| 3 | |||
| 4 | LICENSE = "Zlib" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455" | ||
| 6 | |||
| 7 | DEPENDS = "tiff zlib libpng jpeg libsdl2 libwebp" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.2.x" | ||
| 10 | SRCREV = "11154afb7855293159588b245b446a4ef09e574f" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit cmake pkgconfig | ||
| 15 | |||
| 16 | FILES:${PN} += "${datadir}/licenses" | ||
