summaryrefslogtreecommitdiff
path: root/packages/libsdl/libsdl-qpe_1.2.7.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-07-29 13:14:10 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-07-29 13:14:10 +0000
commit94f974a41d45ce0d2ffc4dd30ad7c536a0349351 (patch)
treedbfb3ab85b65987c9981b0f57832acd56ab75a57 /packages/libsdl/libsdl-qpe_1.2.7.bb
parent9b8c9b6b3a7f465ef006f0c83d342ea1aa21070e (diff)
libsdl all install sdl.m4 into aclocal include dir
Diffstat (limited to 'packages/libsdl/libsdl-qpe_1.2.7.bb')
-rw-r--r--packages/libsdl/libsdl-qpe_1.2.7.bb4
1 files changed, 3 insertions, 1 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/
}