diff options
Diffstat (limited to 'meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.24.0.bb')
-rw-r--r-- | meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.24.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.24.0.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.24.0.bb new file mode 100644 index 0000000000..d06f41bd0e --- /dev/null +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.24.0.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Simple DirectMedia Layer truetype font library" | ||
2 | SECTION = "libs" | ||
3 | DEPENDS = "virtual/libsdl2 freetype virtual/egl" | ||
4 | LICENSE = "Zlib" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455" | ||
6 | |||
7 | SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-${PV}.tar.gz" | ||
8 | SRC_URI[sha256sum] = "0b2bf1e7b6568adbdbc9bb924643f79d9dedafe061fa1ed687d1d9ac4e453bfd" | ||
9 | |||
10 | inherit cmake pkgconfig | ||
11 | |||
12 | S = "${UNPACKDIR}/SDL2_ttf-${PV}" | ||
13 | |||
14 | FILES:${PN} += "${datadir}/licenses" | ||