summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/scummvm/scummvm_0.6.1b.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/scummvm/scummvm_0.6.1b.bb b/packages/scummvm/scummvm_0.6.1b.bb
index a2c0459b3e..313737bc92 100644
--- a/packages/scummvm/scummvm_0.6.1b.bb
+++ b/packages/scummvm/scummvm_0.6.1b.bb
@@ -3,7 +3,8 @@ DEPENDS = "virtual/libsdl libmad tremor libogg zlib libmpeg2"
SRC_URI += " file://mouse.patch;patch=1 \
file://gcc-4.x.x-accept.patch;patch=1 \
file://sh3-linux-new-arch.patch;patch=1 \
- file://tail-obselete-fix.patch;patch=1"
+ file://tail-obselete-fix.patch;patch=1 \
+ file://tremor.patch;patch=1"
do_compile() {
oe_runmake CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS} -lmpeg2" \