git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7695c10
)
libsdl-ttf: Fix path to sdl-config
author
Frederik Sdun
<frederik.sdun@googlemail.com>
Sun, 10 Jan 2010 18:25:00 +0000
(18:25 +0000)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Sun, 10 Jan 2010 20:16:15 +0000
(21:16 +0100)
Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/libsdl/libsdl-ttf_2.0.9.bb
patch
|
blob
|
history
diff --git
a/recipes/libsdl/libsdl-ttf_2.0.9.bb
b/recipes/libsdl/libsdl-ttf_2.0.9.bb
index
45f5aa9
..
baecfd0
100644
(file)
--- 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