[oe-commits] Frederik Sdun : libsdl-ttf: Fix path to sdl-config

git version control git at git.openembedded.org
Sun Jan 10 20:20:39 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 5f1354772adcfcbde23bdaf82fe6b7dcaa754c2b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5f1354772adcfcbde23bdaf82fe6b7dcaa754c2b

Author: Frederik Sdun <frederik.sdun at googlemail.com>
Date:   Sun Jan 10 18:25:00 2010 +0000

libsdl-ttf: Fix path to sdl-config

Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/libsdl/libsdl-ttf_2.0.9.bb |    1 +
 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 45f5aa9..baecfd0 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
 





More information about the Openembedded-commits mailing list