mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 10:41:13 +00:00
libsdl3-ttf: 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
dbb9c319a8
commit
b00d8a0b46
15
meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb
Normal file
15
meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb
Normal file
@ -0,0 +1,15 @@
|
||||
SUMMARY = "Simple DirectMedia Layer truetype font library"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "libsdl3 freetype"
|
||||
LICENSE = "Zlib"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455"
|
||||
|
||||
SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL3_ttf-${PV}.tar.gz \
|
||||
"
|
||||
SRC_URI[sha256sum] = "63547d58d0185c833213885b635a2c0548201cc8f301e6587c0be1a67e1e045d"
|
||||
|
||||
S = "${WORKDIR}/SDL3_ttf-${PV}"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
FILES:${PN} += "${datadir}/licenses"
|
||||
Loading…
x
Reference in New Issue
Block a user