summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.14.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-01-12 22:01:00 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-12 19:22:45 -0800
commit7ec6afebf7640888d554f6000d204925e109cee0 (patch)
tree6a6e37d8aa889cbbf889807f4fc42bfb5aedc06b /meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.14.bb
parent3254dcee6d6e8d63805d246fb12b387b6ad233ac (diff)
downloadmeta-openembedded-7ec6afebf7640888d554f6000d204925e109cee0.tar.gz
libsdl2-ttf: upgrade 2.0.14 -> 2.0.15
-License-Update: Copyright year updated to 2019. use.pkg-config.for.freetype2.patch Removed since source is changed. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.14.bb')
-rw-r--r--meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.14.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.14.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.14.bb
deleted file mode 100644
index 6224ad3e75..0000000000
--- a/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.14.bb
+++ /dev/null
@@ -1,30 +0,0 @@
1SUMMARY = "Simple DirectMedia Layer truetype font library"
2SECTION = "libs"
3DEPENDS = "virtual/libsdl2 freetype virtual/libgl"
4LICENSE = "Zlib"
5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=cb33e7c4df9fbde389f149ad6bc93ce5"
6
7SRC_URI = " \
8 http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-${PV}.tar.gz \
9 file://use.pkg-config.for.freetype2.patch \
10 file://automake_foreign.patch \
11"
12SRC_URI[md5sum] = "e53c05e1e7f1382c316afd6c763388b1"
13SRC_URI[sha256sum] = "34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62fe39276"
14
15S = "${WORKDIR}/SDL2_ttf-${PV}"
16
17inherit autotools pkgconfig features_check
18
19# links to libGL.so
20REQUIRED_DISTRO_FEATURES += "x11 opengl"
21
22do_configure_prepend() {
23 # Removing these files fixes a libtool version mismatch.
24 MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"
25
26 for i in ${MACROS}; do
27 rm -f ${S}/acinclude/$i
28 done
29}
30ASNEEDED = ""