summaryrefslogtreecommitdiff
path: root/packages/libsdl/libsdl.inc
diff options
context:
space:
mode:
authorJohn Lee <john_lee@openmoko.org>2008-02-29 10:18:28 +0000
committerOpenmoko anonymizer key <devel@lists.openmoko.org>2008-02-29 10:18:28 +0000
commit022ac4bfbd6d85f4accbd23f18138a10b2e9f0de (patch)
tree1a6d1e12611c2b3a341f3293af95c8575edc3c4e /packages/libsdl/libsdl.inc
parentfe6f8c336429aa31e9b3a74ecd9f1e8a320a8a07 (diff)
parent1e4b78b265763e2b2d0d430f62b86aab5826a48e (diff)
merge of 'a694034ad4f05ead506bab01c8f41ffa116d5f5d'
and 'e1563879f370dd02713e036ee932bb571cce4bc4'
Diffstat (limited to 'packages/libsdl/libsdl.inc')
-rw-r--r--packages/libsdl/libsdl.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/libsdl/libsdl.inc b/packages/libsdl/libsdl.inc
index a65efb51be..ad74ecc87c 100644
--- a/packages/libsdl/libsdl.inc
+++ b/packages/libsdl/libsdl.inc
@@ -4,12 +4,13 @@ PRIORITY = "optional"
DEPENDS = "alsa-lib mesa virtual/libx11 libxext"
PROVIDES = "virtual/libsdl"
LICENSE = "LGPL"
-PR = "r3"
+PR = "r4"
SRC_URI = "\
http://www.libsdl.org/release/SDL-${PV}.tar.gz \
file://extra-keys.patch;patch=1 \
file://pagesize.patch;patch=1 \
+ file://remove_path.patch;patch=1 \
file://acinclude.m4"
S = "${WORKDIR}/SDL-${PV}"