From 9980a1943644389b3313e3989f236875c31d3cc4 Mon Sep 17 00:00:00 2001 From: Aaron Bockover Date: Sun, 20 Dec 2009 18:54:20 -0500 Subject: [build] disable pango support in gstreamer --- packages/gst-plugins-base.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/gst-plugins-base.py') diff --git a/packages/gst-plugins-base.py b/packages/gst-plugins-base.py index 57a45d6..02f61c0 100644 --- a/packages/gst-plugins-base.py +++ b/packages/gst-plugins-base.py @@ -1,7 +1,8 @@ configure_flags = [ '--disable-gtk-doc', '--disable-gio', - '--disable-gnome_vfs' + '--disable-gnome_vfs', + '--disable-pango' ] # FIXME: these should be passed on the Linux profile -- cgit v1.2.3