diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-01-02 00:13:12 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-06 13:25:49 +0100 |
commit | 6bfa97b034228b42175f4d0d83f3f2565157d30f (patch) | |
tree | 85a87eff5bf9b18f46aefb0a5a28952ddb4b7c51 /meta-oe/recipes-support/libsdl-ttf | |
parent | 939f6411a105d76169e1e6360eaa92382b6ad2dc (diff) | |
download | meta-openembedded-6bfa97b034228b42175f4d0d83f3f2565157d30f.tar.gz |
libsdl2-ttf: initial add 2.0.12
it is sdl2 version of libsdl-ttf and reuses patches from libsdl-ttf
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libsdl-ttf')
-rw-r--r-- | meta-oe/recipes-support/libsdl-ttf/files/configure.patch (renamed from meta-oe/recipes-support/libsdl-ttf/libsdl-ttf-2.0.10/configure.patch) | 0 | ||||
-rw-r--r-- | meta-oe/recipes-support/libsdl-ttf/files/use.pkg-config.for.freetype2.patch (renamed from meta-oe/recipes-support/libsdl-ttf/libsdl-ttf-2.0.10/use.pkg-config.for.freetype2.patch) | 0 | ||||
-rw-r--r-- | meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.12.bb | 31 |
3 files changed, 31 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf-2.0.10/configure.patch b/meta-oe/recipes-support/libsdl-ttf/files/configure.patch index de88f0a34..de88f0a34 100644 --- a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf-2.0.10/configure.patch +++ b/meta-oe/recipes-support/libsdl-ttf/files/configure.patch | |||
diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf-2.0.10/use.pkg-config.for.freetype2.patch b/meta-oe/recipes-support/libsdl-ttf/files/use.pkg-config.for.freetype2.patch index 8a11f6649..8a11f6649 100644 --- a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf-2.0.10/use.pkg-config.for.freetype2.patch +++ b/meta-oe/recipes-support/libsdl-ttf/files/use.pkg-config.for.freetype2.patch | |||
diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.12.bb b/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.12.bb new file mode 100644 index 000000000..47ce11550 --- /dev/null +++ b/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.12.bb | |||
@@ -0,0 +1,31 @@ | |||
1 | SUMMARY = "Simple DirectMedia Layer truetype font library" | ||
2 | SECTION = "libs" | ||
3 | DEPENDS = "virtual/libsdl2 freetype" | ||
4 | LICENSE = "Zlib" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=cdd16c6436d6b8fcbdd22a54d68c6dd3" | ||
6 | |||
7 | SRC_URI = " \ | ||
8 | http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-${PV}.tar.gz \ | ||
9 | file://use.pkg-config.for.freetype2.patch \ | ||
10 | " | ||
11 | |||
12 | S = "${WORKDIR}/SDL2_ttf-${PV}" | ||
13 | #EXTRA_OECONF += "SDL_CONFIG=${STAGING_BINDIR_CROSS}/sdl-config " | ||
14 | |||
15 | inherit autotools | ||
16 | |||
17 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
18 | |||
19 | do_configure_prepend() { | ||
20 | touch ${S}/NEWS ${S}/README ${S}/AUTHORS ${S}/ChangeLog | ||
21 | |||
22 | # Removing these files fixes a libtool version mismatch. | ||
23 | MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" | ||
24 | |||
25 | for i in ${MACROS}; do | ||
26 | rm -f ${S}/acinclude/$i | ||
27 | done | ||
28 | } | ||
29 | |||
30 | SRC_URI[md5sum] = "79787216b56cb4707f39d538f2225e00" | ||
31 | SRC_URI[sha256sum] = "8728605443ea1cca5cad501dc34dc0cb15135d1e575551da6d151d213d356f6e" | ||