aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2009-12-14 19:45:39 +0000
committerKoen Kooi <koen@openembedded.org>2010-01-06 09:34:55 +0100
commit3da2d1d860c952690eec157d3b552056ca1a1c9e (patch)
treed77fd261960e71be182f668b02f93c28c563e090 /recipes/libsdl
parent23b08ed15605e664e191ff48a0c6ce78ee08bc8e (diff)
downloadopenembedded-3da2d1d860c952690eec157d3b552056ca1a1c9e.tar.gz
libsdl-ttf: Add 2.0.9 and checksums.
Diffstat (limited to 'recipes/libsdl')
-rw-r--r--recipes/libsdl/libsdl-ttf_2.0.9.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/libsdl/libsdl-ttf_2.0.9.bb b/recipes/libsdl/libsdl-ttf_2.0.9.bb
new file mode 100644
index 0000000000..45f5aa908c
--- /dev/null
+++ b/recipes/libsdl/libsdl-ttf_2.0.9.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Simple DirectMedia Layer truetype font library."
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "virtual/libsdl freetype"
+LICENSE = "LGPL"
+PR = "r0"
+
+SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz"
+
+S = "${WORKDIR}/SDL_ttf-${PV}"
+
+inherit autotools
+
+TARGET_CC_ARCH += "${LDFLAGS}"
+
+do_configure() {
+ oe_runconf
+}