From c7a11781403fc83ea47b3e2e389d78325ebc7538 Mon Sep 17 00:00:00 2001 From: Manuel Teira Date: Wed, 9 May 2007 18:37:58 +0000 Subject: [PATCH] gst-plugins : Global changes for all the gst-plugins * Avoid using --disable-x * Do not inherit from gconf --- packages/gstreamer/gst-plugins.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/gstreamer/gst-plugins.inc b/packages/gstreamer/gst-plugins.inc index 020dfc2ec7..b600eafcfe 100644 --- a/packages/gstreamer/gst-plugins.inc +++ b/packages/gstreamer/gst-plugins.inc @@ -9,12 +9,11 @@ PACKAGES_DYNAMIC = "gst-plugin-*" # keep using version 0.8 DEFAULT_PREFERENCE = "-1" -inherit autotools pkgconfig gconf +inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2" -EXTRA_OECONF = "--disable-x --disable-aalib --disable-shout2 \ - --disable-sdl" +EXTRA_OECONF = "--disable-aalib --disable-shout2 --disable-sdl" acpaths = "-I ${S}/common/m4 -I ${S}/m4" -- 2.39.5