[oe-commits] org.oe.dev gst-plugins : Global changes for all the gst-plugins

sirfred commit openembedded-commits at lists.openembedded.org
Wed May 9 19:21:57 UTC 2007


gst-plugins : Global changes for all the gst-plugins
* Avoid using --disable-x 
* Do not inherit from gconf

Author: sirfred at openembedded.org
Branch: org.openembedded.dev
Revision: f21d1e4f099c8aa5f4d101d7436b5f27bfbfc829
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f21d1e4f099c8aa5f4d101d7436b5f27bfbfc829
Files:
1
packages/gstreamer/gst-plugins.inc
Diffs:

#
# mt diff -r4a1db39986930032a5bb0c98be4c4d9618b7dfe1 -rf21d1e4f099c8aa5f4d101d7436b5f27bfbfc829
#
# 
# 
# patch "packages/gstreamer/gst-plugins.inc"
#  from [4cd44837c36653ca0d1fe4bab5f0f3693b2394cb]
#    to [80f02b4157a4aaf0930a7003dfae8ab3e94ac833]
# 
============================================================
--- packages/gstreamer/gst-plugins.inc	4cd44837c36653ca0d1fe4bab5f0f3693b2394cb
+++ packages/gstreamer/gst-plugins.inc	80f02b4157a4aaf0930a7003dfae8ab3e94ac833
@@ -9,12 +9,11 @@ DEFAULT_PREFERENCE = "-1"
 # 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"
 






More information about the Openembedded-commits mailing list