mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 16:59:59 +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:
@@ -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"
|
||||||
Reference in New Issue
Block a user