diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libsdl/libsdl-ttf_2.0.9.bb | 18 |
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 +} |