diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb | 4 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins.inc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb index 78b24fe8d3..ac47ecf915 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb | |||
@@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
7 | 7 | ||
8 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ | 8 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ |
9 | speex" | 9 | speex" |
10 | PR = "r0" | 10 | PR = "r1" |
11 | 11 | ||
12 | inherit gettext | 12 | inherit gettext |
13 | 13 | ||
14 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --without-check" | 14 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check" |
15 | 15 | ||
16 | do_configure_prepend() { | 16 | do_configure_prepend() { |
17 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | 17 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 |
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins.inc b/meta/recipes-multimedia/gstreamer/gst-plugins.inc index d1abd369d9..4edca95611 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gst-plugins.inc | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://gstreamer.freedesktop.org/" | |||
3 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" | 3 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" |
4 | SECTION = "multimedia" | 4 | SECTION = "multimedia" |
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | DEPENDS = "gstreamer hal" | 6 | DEPENDS = "gstreamer" |
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||