diff options
Diffstat (limited to 'scummvm/scummvm_0.6.0.oe')
-rw-r--r-- | scummvm/scummvm_0.6.0.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scummvm/scummvm_0.6.0.oe b/scummvm/scummvm_0.6.0.oe index 07459ab399..a66241582c 100644 --- a/scummvm/scummvm_0.6.0.oe +++ b/scummvm/scummvm_0.6.0.oe @@ -4,9 +4,9 @@ PRIORITY = "optional" 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}/mouse.patch;patch=1 " + file://sword1.patch;patch=1 \ + file://tremor.patch;patch=1 \ + file://mouse.patch;patch=1 " inherit autotools |