summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-08-21 11:30:04 -0700
committerSaul Wold <sgw@linux.intel.com>2013-08-22 10:14:49 -0700
commitafe343211c3f5d98717e7952e4d332d70a3b992a (patch)
tree9f066d687996555f6e0966f683378d4fbd4256f8 /meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
parent02c78a1cc849c931f802693e654a72dac71ffb85 (diff)
downloadopenembedded-core-afe343211c3f5d98717e7952e4d332d70a3b992a.tar.gz
libsdl: Backport xData32 patch for x11 update
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/libsdl/libsdl_1.2.15.bb')
-rw-r--r--meta/recipes-graphics/libsdl/libsdl_1.2.15.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
index 1bee3647be..4209f37375 100644
--- a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
+++ b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
@@ -22,7 +22,8 @@ PR = "r2"
SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
file://configure_tweak.patch \
- "
+ file://libsdl-1.2.15-xdata32.patch \
+ "
S = "${WORKDIR}/SDL-${PV}"