summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-plugins.inc
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-03-10 18:42:14 -0800
committerSaul Wold <sgw@linux.intel.com>2011-03-10 21:43:04 -0800
commitcd7615343ebedd04a24eb36a8023f1a3fe8b72ee (patch)
tree536fb0dd0ed366ec04f2bd8bf97a1e42654e9927 /meta/recipes-multimedia/gstreamer/gst-plugins.inc
parent3087be111c194f96d6622e50a74d18ce54a84d4a (diff)
downloadpoky-cd7615343ebedd04a24eb36a8023f1a3fe8b72ee.tar.gz
gst-plugins-good: remove dependency on hal
Disable hal usage at configure time to avoid dependency on hal (which is deprecated). Only affects "halelements" which is of no use without hal. Fixes [YOCTO #810] and reverts changes from c6b0c5720fa. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins.inc2
1 files changed, 1 insertions, 1 deletions
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/"
3BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" 3BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer"
4SECTION = "multimedia" 4SECTION = "multimedia"
5PRIORITY = "optional" 5PRIORITY = "optional"
6DEPENDS = "gstreamer hal" 6DEPENDS = "gstreamer"
7 7
8inherit autotools pkgconfig 8inherit autotools pkgconfig
9 9