aboutsummaryrefslogtreecommitdiffstats
path: root/libsdl
diff options
context:
space:
mode:
authorTim Ansell <mithro@mithis.com>2004-05-16 11:31:54 +0000
committerTim Ansell <mithro@mithis.com>2004-05-16 11:31:54 +0000
commitf1d7bb34a015b40d2fcc6510786e9fe55b8b00e7 (patch)
treefa762b2f721923f6795c2dab5d8e13b4afd1976d /libsdl
parentefc7672a735cc913aac06334f8a0b8a87444a477 (diff)
downloadopenembedded-f1d7bb34a015b40d2fcc6510786e9fe55b8b00e7.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into mithis.com:/home/arm/openembedded/packages.boxer 2004/05/16 21:01:30+09:30 mithis.com!mithro libsdl-qpe now supports different 'click' modes BKrev: 40a7512ac--uG2VOndr1DPEQ95MhYg
Diffstat (limited to 'libsdl')
-rw-r--r--libsdl/libsdl-qpe-1.2.7/mouse.patch0
-rw-r--r--libsdl/libsdl-qpe_1.2.7.oe8
2 files changed, 7 insertions, 1 deletions
diff --git a/libsdl/libsdl-qpe-1.2.7/mouse.patch b/libsdl/libsdl-qpe-1.2.7/mouse.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/libsdl/libsdl-qpe-1.2.7/mouse.patch
diff --git a/libsdl/libsdl-qpe_1.2.7.oe b/libsdl/libsdl-qpe_1.2.7.oe
index 23a3789e17..ba61fb4ac0 100644
--- a/libsdl/libsdl-qpe_1.2.7.oe
+++ b/libsdl/libsdl-qpe_1.2.7.oe
@@ -8,7 +8,8 @@ PROVIDES = "virtual/libsdl"
SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
file://${FILESDIR}/agawa-piro-mickey.patch;patch=1 \
file://${FILESDIR}/pygame.patch;patch=1 \
- file://${FILESDIR}/gcc34.patch;patch=1"
+ file://${FILESDIR}/gcc34.patch;patch=1 \
+ file://${FILESDIR}/mouse.patch;patch=1 "
S = "${WORKDIR}/SDL-${PV}"
inherit autotools
@@ -22,6 +23,11 @@ EXTRA_OECONF = "--disable-debug --enable-cdrom --enable-threads --enable-timers
--disable-video-opengl --enable-input-events --enable-pthreads \
--disable-video-picogui --enable-video-qtopia --enable-dlopen"
+do_configure() {
+# cp ${FILESDIR}/acinclude.m4 ${S}/acinclude.m4
+ oe_runconf
+}
+
do_stage() {
oe_libinstall -so -C src libSDL ${STAGING_LIBDIR}
ln -sf libSDL.so ${STAGING_LIBDIR}/libSDL-1.2.so