summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-24 23:53:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-25 13:51:48 +0100
commitc3c1ceb7a032aaf77cd72fac20650071a8fb3ee0 (patch)
tree20bb6a1c6ffc098cecd71043ede24bf5d49effea /meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
parent0f182ed53c40a9515f95919fd988b64a30439592 (diff)
downloadpoky-c3c1ceb7a032aaf77cd72fac20650071a8fb3ee0.tar.gz
libsdl: Convert to use pkg-config in internal m4 macros
Rather than code which doesn't even work properly when cross compiling, lets just use pkg-config instead. Its a little simpler. (From OE-Core rev: b550572bdad318aed02230496721430eec89c937) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libsdl/libsdl_1.2.15.bb')
-rw-r--r--meta/recipes-graphics/libsdl/libsdl_1.2.15.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
index f81d862cdc..e544b60eae 100644
--- a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
+++ b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
@@ -23,6 +23,7 @@ PR = "r3"
23SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ 23SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
24 file://configure_tweak.patch \ 24 file://configure_tweak.patch \
25 file://libsdl-1.2.15-xdata32.patch \ 25 file://libsdl-1.2.15-xdata32.patch \
26 file://pkgconfig.patch \
26 " 27 "
27 28
28S = "${WORKDIR}/SDL-${PV}" 29S = "${WORKDIR}/SDL-${PV}"