Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bockover <abockover@novell.com>2009-12-21 02:54:20 +0300
committerAaron Bockover <abockover@novell.com>2009-12-21 02:54:20 +0300
commit9980a1943644389b3313e3989f236875c31d3cc4 (patch)
treea0e6148d725e8bff33cb742354adae41f5e32854 /packages/gst-plugins-base.py
parent9f2619520d9538cd98a0c5316d0689f3cea4b2e4 (diff)
[build] disable pango support in gstreamer
Diffstat (limited to 'packages/gst-plugins-base.py')
-rw-r--r--packages/gst-plugins-base.py3
1 files changed, 2 insertions, 1 deletions
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