diff options
Diffstat (limited to 'recipes/libsdl/libsdl-ttf_2.0.3.bb')
-rw-r--r-- | recipes/libsdl/libsdl-ttf_2.0.3.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/libsdl/libsdl-ttf_2.0.3.bb b/recipes/libsdl/libsdl-ttf_2.0.3.bb new file mode 100644 index 0000000000..250fb698ce --- /dev/null +++ b/recipes/libsdl/libsdl-ttf_2.0.3.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Simple DirectMedia Layer truetype font library." +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "virtual/libsdl freetype" +LICENSE = "LGPL" +PR = "r1" + +SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \ + file://new-freetype-includes.patch;patch=1" +S = "${WORKDIR}/SDL_ttf-${PV}" + +inherit autotools + +do_stage() { + autotools_stage_all +} |