aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl
diff options
context:
space:
mode:
authorFrederik Sdun <frederik.sdun@googlemail.com>2010-01-10 18:25:00 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-01-10 21:16:15 +0100
commit5f1354772adcfcbde23bdaf82fe6b7dcaa754c2b (patch)
tree9949082cbf9d1febcee0d9b0084c388c8b7f23a9 /recipes/libsdl
parent7695c100b0145e5d29eaad341e0dd41c060f4863 (diff)
downloadopenembedded-5f1354772adcfcbde23bdaf82fe6b7dcaa754c2b.tar.gz
libsdl-ttf: Fix path to sdl-config
Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/libsdl')
-rw-r--r--recipes/libsdl/libsdl-ttf_2.0.9.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libsdl/libsdl-ttf_2.0.9.bb b/recipes/libsdl/libsdl-ttf_2.0.9.bb
index 45f5aa908c..baecfd03b1 100644
--- a/recipes/libsdl/libsdl-ttf_2.0.9.bb
+++ b/recipes/libsdl/libsdl-ttf_2.0.9.bb
@@ -8,6 +8,7 @@ PR = "r0"
SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz"
S = "${WORKDIR}/SDL_ttf-${PV}"
+EXTRA_OECONF += "SDL_CONFIG=${STAGING_BINDIR_CROSS}/sdl-config "
inherit autotools