From: Manuel Teira Date: Wed, 9 May 2007 18:37:58 +0000 (+0000) Subject: gst-plugins : Global changes for all the gst-plugins X-Git-Tag: Release-2010-05/1~8868^2~565^2~3^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7a11781403fc83ea47b3e2e389d78325ebc7538;p=openembedded.git gst-plugins : Global changes for all the gst-plugins * Avoid using --disable-x * Do not inherit from gconf --- 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"