diff options
author | Manuel Teira <manuel.teira@telefonica.net> | 2007-05-09 18:37:58 +0000 |
---|---|---|
committer | Manuel Teira <manuel.teira@telefonica.net> | 2007-05-09 18:37:58 +0000 |
commit | c7a11781403fc83ea47b3e2e389d78325ebc7538 (patch) | |
tree | a9b8552ba9a1711f81f36c8ba7eafb57676861b1 /packages | |
parent | 0f6211022df73c7021fccfd55e33b4fa4a375d80 (diff) |
gst-plugins : Global changes for all the gst-plugins
* Avoid using --disable-x
* Do not inherit from gconf
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gstreamer/gst-plugins.inc | 5 |
1 files 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" |