aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-08-31 20:17:58 +0000
committerKoen Kooi <koen@openembedded.org>2010-09-01 20:07:31 +0200
commit2f421560edbd0026d5c3e3bd6b5a8a7e52bcddfb (patch)
treeba5e805937849e2b12001b44c640e846956521bf
parentf3f80ed068465ffd1e2c76e382d74df32a92f413 (diff)
downloadopenembedded-2f421560edbd0026d5c3e3bd6b5a8a7e52bcddfb.tar.gz
gst-plugins-bad_0.10.19.bb: add libmodplug to DEPENDS.
Several images want gst-plugin-modplug (e.g. illume-image and the fso images). They fail to find it without this. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
-rw-r--r--recipes/gstreamer/gst-plugins-bad_0.10.19.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.19.bb b/recipes/gstreamer/gst-plugins-bad_0.10.19.bb
index 0f0ff210e1..2351431fde 100644
--- a/recipes/gstreamer/gst-plugins-bad_0.10.19.bb
+++ b/recipes/gstreamer/gst-plugins-bad_0.10.19.bb
@@ -3,9 +3,9 @@ require gst-plugins.inc
SRC_URI[archive.md5sum] = "368f72e2a1c7a6e8fe60394e4315259b"
SRC_URI[archive.sha256sum] = "7b6c49f22caad3b573aee481381355b38ac9f2077f291d9f33a9a808a2568888"
-DEPENDS += "orc-native orc libcdaudio gst-plugins-base openssl directfb"
+DEPENDS += "orc-native orc libcdaudio gst-plugins-base openssl directfb libmodplug"
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
# We don't have vdpau headers in OE and it creates crosscompile badness
EXTRA_OECONF_append = " --disable-vdpau --enable-sdl"