From 3da2d1d860c952690eec157d3b552056ca1a1c9e Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Mon, 14 Dec 2009 19:45:39 +0000 Subject: libsdl-ttf: Add 2.0.9 and checksums. --- recipes/libsdl/libsdl-ttf_2.0.9.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/libsdl/libsdl-ttf_2.0.9.bb (limited to 'recipes/libsdl') 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 +} -- cgit 1.2.3-korg