diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-01 21:39:30 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-01 21:39:30 +0000 |
commit | 80536b3d65d2cbc8677242aa341298b19064c87c (patch) | |
tree | 2c9109ba5d8edb5718936c7a4bcf27ab7d745133 | |
parent | a4541c4a2517a12d0be5b2919de268b8706496d8 (diff) |
scummvm 0.9.0: depend on libvorbis since the tremor patch hasn't been forward ported yet
-rw-r--r-- | packages/scummvm/scummvm_0.9.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/scummvm/scummvm_0.9.0.bb b/packages/scummvm/scummvm_0.9.0.bb index fd89e8fa1c..2f8e9382bb 100644 --- a/packages/scummvm/scummvm_0.9.0.bb +++ b/packages/scummvm/scummvm_0.9.0.bb @@ -1,5 +1,5 @@ include scummvm.inc -DEPENDS = "virtual/libsdl libmad tremor libogg zlib libmpeg2" +DEPENDS = "virtual/libsdl libmad libvorbis libogg zlib libmpeg2" SRC_URI += "file://sh3-arch-0.9.0+.patch;patch=1" do_compile() { |