From: Chris Lord Date: Mon, 16 Aug 2004 18:07:45 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~17632 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=288e574b710ac9f2172f2d5294dbfffb41a76331;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages into chrislaptop.(none):/home/chris/oe/oe/packages 2004/08/16 19:07:21+01:00 (none)!cwiiis Add libmpeg2 to DEPENDS of scummvm, necessary for compilation. BKrev: 4120f7f1EHO1TR-RR0GE81uBbcLCzw --- diff --git a/scummvm/scummvm_0.6.0.oe b/scummvm/scummvm_0.6.0.oe index a294b23996..299ef64c0c 100644 --- a/scummvm/scummvm_0.6.0.oe +++ b/scummvm/scummvm_0.6.0.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Virtual Machine for LucasArts Adventures for Qt/Embedded based palmtop environments w/ SDL." SECTION = "opie/games" PRIORITY = "optional" -DEPENDS = "libsdl-qpe libmad tremor libogg zlib" +DEPENDS = "libsdl-qpe libmad tremor libogg zlib libmpeg2" SRC_URI = "${SOURCEFORGE_MIRROR}/scummvm/scummvm-${PV}.tar.bz2 \ file://sword1.patch;patch=1 \