diff options
author | Koen Kooi <koen@openembedded.org> | 2009-12-01 12:22:31 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-01 12:22:31 +0100 |
commit | 237cbb465699c4503598ef606f6d3b7e5ab45e7f (patch) | |
tree | df85537de194cf31b889a4560d486a3910f123f8 /recipes/gstreamer/gst-plugins-good_0.10.15.bb | |
parent | 93c5f980ac61211e5666553b3f83a3ad478b4362 (diff) |
gst-plugins: add more explicit dependencies
Diffstat (limited to 'recipes/gstreamer/gst-plugins-good_0.10.15.bb')
-rw-r--r-- | recipes/gstreamer/gst-plugins-good_0.10.15.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gstreamer/gst-plugins-good_0.10.15.bb b/recipes/gstreamer/gst-plugins-good_0.10.15.bb index ae7566143e..57ff59ba99 100644 --- a/recipes/gstreamer/gst-plugins-good_0.10.15.bb +++ b/recipes/gstreamer/gst-plugins-good_0.10.15.bb @@ -1,13 +1,13 @@ require gst-plugins.inc -PR = "r5" +PR = "r6" SRC_URI += "file://fix-unit-scale-asseration.patch;patch=1" OE_ALLOW_INSECURE_DOWNLOADS = "1" inherit gconf -DEPENDS += "flac gst-plugins-base openssl popt esound" +DEPENDS += "libsoup-2.4 flac gst-plugins-base openssl popt esound" PACKAGES =+ "gst-plugin-gconfelements" FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf" |