summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Weiss <weiss@wsoptics.de>2015-11-19 09:05:17 (GMT)
committerChristoph Weiss <weiss@wsoptics.de>2015-11-19 09:05:17 (GMT)
commit2c4bdf6e7c952ed37cb5ad50a97e65f6f90d238e (patch)
treeacd83d163e53467692de0bb6a2afdcbcaf09f1f4
parent1e4c381a4c6f4eeaf864a853843bb2d9291c38f2 (diff)
downloadmxe-2c4bdf6e7c952ed37cb5ad50a97e65f6f90d238e.zip
mxe-2c4bdf6e7c952ed37cb5ad50a97e65f6f90d238e.tar.gz
mxe-2c4bdf6e7c952ed37cb5ad50a97e65f6f90d238e.tar.bz2
Coin3D: do not disable features by default
-rw-r--r--src/coin.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/coin.mk b/src/coin.mk
index f9b760c..d7f52b8 100644
--- a/src/coin.mk
+++ b/src/coin.mk
@@ -23,12 +23,6 @@ define $(PKG)_BUILD
--disable-debug \
--disable-symbols \
--enable-compact \
- --without-openal \
- --without-fontconfig \
- --without-spidermonkey \
- --without-freetype \
- --without-zlib \
- --without-bzip2 \
--without-x \
COIN_STATIC=$(if $(BUILD_STATIC),true,false)