aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl/libsdl-ttf_2.0.3.bb
blob: b1da5b47f8a5ee32f0661aabf2bba016f08f7d2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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

TARGET_CC_ARCH += "${LDFLAGS}"

do_stage() {
	autotools_stage_all
}