diff options
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-good_0.10.9.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-good_0.10.9.bb b/meta/packages/gstreamer/gst-plugins-good_0.10.9.bb index b5aa10b174..3b05ba8e72 100644 --- a/meta/packages/gstreamer/gst-plugins-good_0.10.9.bb +++ b/meta/packages/gstreamer/gst-plugins-good_0.10.9.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | require gst-plugins.inc | 1 | require gst-plugins.inc |
2 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ | 2 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ |
3 | speex" | 3 | speex" |
4 | PR = "r3" | 4 | PR = "r4" |
5 | 5 | ||
6 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --without-check" | 6 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --without-check" |
7 | 7 | ||
8 | RPROVIDES = "gst-plugin-id3demux" | 8 | PACKAGES += "gst-plugin-id3demux" |
9 | 9 | ||
10 | do_configure_prepend() { | 10 | do_configure_prepend() { |
11 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | 11 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 |