summaryrefslogtreecommitdiff
path: root/packages/libsdl/libsdl-qpe_1.2.9.bb
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-05-25 09:01:29 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-05-25 09:01:29 +0000
commitb5861b703edbf936d8e181e524e20fd856b356a7 (patch)
treebe3d35c02b9a7f334e6603042590d730037a225d /packages/libsdl/libsdl-qpe_1.2.9.bb
parent9601e1907e1f69bcb43c630082b5d2262926a380 (diff)
parenta2e65dd07aec97398476b35e86bc6ad4530eb6d7 (diff)
merge of '3fe173adf79372b5e29f63215a462e3f7cfdff08'
and 'ceff31fcddbcbfcc34f98821f69f52fdce03e812'
Diffstat (limited to 'packages/libsdl/libsdl-qpe_1.2.9.bb')
-rw-r--r--packages/libsdl/libsdl-qpe_1.2.9.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/libsdl/libsdl-qpe_1.2.9.bb b/packages/libsdl/libsdl-qpe_1.2.9.bb
index eaca6b88aa..2fbf66b5d8 100644
--- a/packages/libsdl/libsdl-qpe_1.2.9.bb
+++ b/packages/libsdl/libsdl-qpe_1.2.9.bb
@@ -6,7 +6,7 @@ PROVIDES = "virtual/libsdl"
LICENSE = "LGPL"
# NOTE: make sure to keep PR in sync with libsdl-x11
-PR = "r0"
+PR = "r1"
SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
file://agawa-piro-mickey-1.2.9.patch;patch=1 \
@@ -16,6 +16,8 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
file://ipaq-1.2.9.patch;patch=1 \
file://SDL-Akita-1.2.9.patch;patch=1 \
file://fixlibs-1.2.9.patch;patch=1 \
+ file://no-PAGE_SIZE.patch;patch=1 \
+ file://explicit-extern-C.patch;patch=1 \
file://acinclude.m4"
S = "${WORKDIR}/SDL-${PV}"