aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl/libsdl-x11_1.2.14.bb
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-09-06 01:36:44 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-09-06 17:06:35 +0200
commit3b928ee140cfc8a958ea4da3b8338302340dac31 (patch)
tree809aadd4c781ba36051a5a796f99436af5e0b435 /recipes/libsdl/libsdl-x11_1.2.14.bb
parentfdbbbd91abd2a4d07902ebd38fb91144b0b4726a (diff)
downloadopenembedded-3b928ee140cfc8a958ea4da3b8338302340dac31.tar.gz
libsdl-x11-1.2.14: fix bug 894
Wesnoth in-game buttons couldn't be pressed in illume2, The patch,which comes from the bugreport, fixes that issue
Diffstat (limited to 'recipes/libsdl/libsdl-x11_1.2.14.bb')
-rw-r--r--recipes/libsdl/libsdl-x11_1.2.14.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/libsdl/libsdl-x11_1.2.14.bb b/recipes/libsdl/libsdl-x11_1.2.14.bb
index 36159fb39a..4c84d99bef 100644
--- a/recipes/libsdl/libsdl-x11_1.2.14.bb
+++ b/recipes/libsdl/libsdl-x11_1.2.14.bb
@@ -8,11 +8,12 @@ LICENSE = "LGPL"
DEPENDS = "alsa-lib virtual/libgl virtual/libx11 libxext tslib"
DEPENDS_avr32 = "alsa-lib virtual/libx11 libxext tslib"
PROVIDES = "virtual/libsdl"
-PR = "r4"
+PR = "r5"
SRC_URI = " \
http://www.libsdl.org/release/SDL-${PV}.tar.gz \
file://libtool-update.patch \
+ file://sdl_bug_894_fix.patch \
file://sdl.m4 \
"