gst-plugins : Global changes for all the gst-plugins
authorManuel Teira <manuel.teira@telefonica.net>
Wed, 9 May 2007 18:37:58 +0000 (18:37 +0000)
committerManuel Teira <manuel.teira@telefonica.net>
Wed, 9 May 2007 18:37:58 +0000 (18:37 +0000)
* Avoid using --disable-x
* Do not inherit from gconf

packages/gstreamer/gst-plugins.inc

index 020dfc2..b600eaf 100644 (file)
@@ -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"