summaryrefslogtreecommitdiff
path: root/packages/libsdl/libsdl.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-02-27 11:04:17 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-02-27 11:04:17 +0000
commitf53c6446866fe2aeedd2da8b8e07d7adf6b5d877 (patch)
tree98189612c33429df6b6c22a3ffca10c5aca8819a /packages/libsdl/libsdl.inc
parentd572f3b010ea76c5b79ecf1ae7864f7a6348220a (diff)
libsdl: Remove PATH setting from sdl.m4, it breaks things
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}"