diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-27 15:04:47 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-27 15:04:47 +0100 |
commit | 680d0be4e8e9363e8186f1a0efe79c02bc0aefc9 (patch) | |
tree | 3742ad06f6279cf14455e0900b3d47355a650aea | |
parent | 34b1ffe3cd1ed6249dd3cec089b5d294d75b2c1c (diff) |
gst-plugins-good: add some more deps
-rw-r--r-- | recipes/gstreamer/gst-plugins-good_0.10.17.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gstreamer/gst-plugins-good_0.10.17.bb b/recipes/gstreamer/gst-plugins-good_0.10.17.bb index 78191f9715..1bcb05556e 100644 --- a/recipes/gstreamer/gst-plugins-good_0.10.17.bb +++ b/recipes/gstreamer/gst-plugins-good_0.10.17.bb @@ -3,11 +3,11 @@ require gst-plugins.inc SRC_URI += "file://flvdemux-ecma.diff;patch=1 \ " -PR = "r1" +PR = "r2" inherit gconf -DEPENDS += "libsoup-2.4 flac gst-plugins-base openssl popt esound" +DEPENDS += "hal pulseaudio speex libsoup-2.4 flac gst-plugins-base openssl popt esound" PACKAGES =+ "gst-plugin-gconfelements" FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf" |