summaryrefslogtreecommitdiffstats
path: root/src/gst-plugins-good.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-09-07 20:26:13 (GMT)
committerMark Brand <mabrand@mabrand.nl>2010-09-07 20:26:13 (GMT)
commit34e4e2bbae65b059ff2962fdb69752cc08ae034e (patch)
tree39da755ed63504293b9349618ebedc81f6e58ccc /src/gst-plugins-good.mk
parentb3da2fc9bb6e3fa30c71f8d95b256f8a66a1067d (diff)
downloadmxe-34e4e2bbae65b059ff2962fdb69752cc08ae034e.zip
mxe-34e4e2bbae65b059ff2962fdb69752cc08ae034e.tar.gz
mxe-34e4e2bbae65b059ff2962fdb69752cc08ae034e.tar.bz2
explicitly disable X for package gst-plugins-good
Apparently native X libs are detected on Mac and this leads to natve include directory being used. This should fix it.
Diffstat (limited to 'src/gst-plugins-good.mk')
-rw-r--r--src/gst-plugins-good.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gst-plugins-good.mk b/src/gst-plugins-good.mk
index 379ed8f..db7d39b 100644
--- a/src/gst-plugins-good.mk
+++ b/src/gst-plugins-good.mk
@@ -33,6 +33,7 @@ define $(PKG)_BUILD
--disable-examples \
--disable-esd \
--disable-aalib \
+ --disable-x \
--mandir='$(1)/sink' \
--docdir='$(1)/sink' \
--with-html-dir='$(1)/sink'