diff options
author | Tim Ansell <mithro@mithis.com> | 2004-05-15 22:37:49 +0000 |
---|---|---|
committer | Tim Ansell <mithro@mithis.com> | 2004-05-15 22:37:49 +0000 |
commit | 45f5bd72e8724a6fcb6372a091db6e9ecf979bb8 (patch) | |
tree | b81d8236f784117e2b036ca34ce207356eb02783 | |
parent | 95b6b2dc732fb3b7e5646926a8a03a929b896670 (diff) |
ScummVM will use leftclick always instead of right. Will fix properly in libSDL later.
BKrev: 40a69bbdlS11f1WZAZI7--1XiZcdAQ
-rw-r--r-- | scummvm/scummvm-0.6.0/mouse.patch | 0 | ||||
-rw-r--r-- | scummvm/scummvm_0.6.0.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/scummvm/scummvm-0.6.0/mouse.patch b/scummvm/scummvm-0.6.0/mouse.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/scummvm/scummvm-0.6.0/mouse.patch diff --git a/scummvm/scummvm_0.6.0.oe b/scummvm/scummvm_0.6.0.oe index e0679b5154..07459ab399 100644 --- a/scummvm/scummvm_0.6.0.oe +++ b/scummvm/scummvm_0.6.0.oe @@ -5,7 +5,8 @@ DEPENDS = "virtual/libc libsdl-qpe libmad tremor libogg zlib" SRC_URI = "${SOURCEFORGE_MIRROR}/scummvm/scummvm-${PV}.tar.bz2 \ file://${FILESDIR}/sword1.patch;patch=1 \ - file://${FILESDIR}/tremor.patch;patch=1 " + file://${FILESDIR}/tremor.patch;patch=1 \ + file://${FILESDIR}/mouse.patch;patch=1 " inherit autotools |