From: Frederik Sdun Date: Sun, 10 Jan 2010 18:25:00 +0000 (+0000) Subject: libsdl-ttf: Fix path to sdl-config X-Git-Tag: Release-2010-05/1~898^2~106^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f1354772adcfcbde23bdaf82fe6b7dcaa754c2b;p=openembedded.git libsdl-ttf: Fix path to sdl-config Signed-off-by: Frederik 'playya' Sdun Signed-off-by: Martin Jansa --- 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