mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libsdl3-image: add recipe
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
280da6a65e
commit
47208d305c
16
meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb
Normal file
16
meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
SUMMARY = "Simple DirectMedia Layer image library v2"
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "Zlib"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455"
|
||||
|
||||
DEPENDS = "tiff zlib libpng jpeg libsdl2 libwebp"
|
||||
|
||||
SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.2.x"
|
||||
SRCREV = "11154afb7855293159588b245b446a4ef09e574f"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
FILES:${PN} += "${datadir}/licenses"
|
||||
Loading…
Reference in New Issue
Block a user