summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-07-29 16:04:46 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-07-29 16:04:46 +0000
commitafec6583347a94eaa5d80caf2ae48f5e3600fdd4 (patch)
tree3f11810aa96c9838cba119d41391188123f2932a /packages
parentddb123853d8e5c96deb33aba2ff6b22a483a4d7b (diff)
parent94f974a41d45ce0d2ffc4dd30ad7c536a0349351 (diff)
merge of 261f8a4167761b16158724a65abdf147c333aefb
and f013fa49cf51e608648d80a83a4941c4900ebfd9
Diffstat (limited to 'packages')
-rw-r--r--packages/libsdl/libsdl-qpe_1.2.7.bb4
-rw-r--r--packages/libsdl/libsdl-x11_1.2.7.bb4
-rw-r--r--packages/libsdl/libsdl-x11_1.2.9.bb5
3 files changed, 9 insertions, 4 deletions
diff --git a/packages/libsdl/libsdl-qpe_1.2.7.bb b/packages/libsdl/libsdl-qpe_1.2.7.bb
index c003d76a31..b87685b913 100644
--- a/packages/libsdl/libsdl-qpe_1.2.7.bb
+++ b/packages/libsdl/libsdl-qpe_1.2.7.bb
@@ -7,7 +7,7 @@ PROVIDES = "virtual/libsdl"
LICENSE = "LGPL"
# NOTE: make sure to keep PR in sync with libsdl-x11
-PR = "r8"
+PR = "r9"
SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
file://agawa-piro-mickey.patch;patch=1 \
@@ -53,4 +53,6 @@ do_stage() {
do
install -m 0644 $f ${STAGING_INCDIR}/SDL/
done
+
+ install -m 0644 *.m4 ${STAGING_DATADIR}/aclocal/
}
diff --git a/packages/libsdl/libsdl-x11_1.2.7.bb b/packages/libsdl/libsdl-x11_1.2.7.bb
index 9d3e57543d..6c75068c09 100644
--- a/packages/libsdl/libsdl-x11_1.2.7.bb
+++ b/packages/libsdl/libsdl-x11_1.2.7.bb
@@ -7,7 +7,7 @@ PROVIDES = "virtual/libsdl"
LICENSE = "LGPL"
# NOTE: make sure to keep PR in sync with libsdl-qpe
-PR = "r8"
+PR = "r9"
SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
file://extra-keys.patch;patch=1 \
@@ -53,4 +53,6 @@ do_stage() {
do
install -m 0644 $f ${STAGING_INCDIR}/SDL/
done
+
+ install -m 0644 *.m4 ${STAGING_DATADIR}/aclocal/
}
diff --git a/packages/libsdl/libsdl-x11_1.2.9.bb b/packages/libsdl/libsdl-x11_1.2.9.bb
index c9c8b90187..1fba3c4174 100644
--- a/packages/libsdl/libsdl-x11_1.2.9.bb
+++ b/packages/libsdl/libsdl-x11_1.2.9.bb
@@ -5,8 +5,7 @@ DEPENDS = "alsa-lib virtual/libx11 libxext"
PROVIDES = "virtual/libsdl"
LICENSE = "LGPL"
-# NOTE: make sure to keep PR in sync with libsdl-qpe
-PR = "r0"
+PR = "r1"
SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
file://extra-keys.patch;patch=1 \
@@ -52,4 +51,6 @@ do_stage() {
do
install -m 0644 $f ${STAGING_INCDIR}/SDL/
done
+
+ install -m 0644 *.m4 ${STAGING_DATADIR}/aclocal/
}