summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-11-21 01:00:16 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-11-21 01:00:16 (GMT)
commit42263c5cdf07b34a1292baae660aae078481a6a1 (patch)
treeacd83d163e53467692de0bb6a2afdcbcaf09f1f4
parent1e4c381a4c6f4eeaf864a853843bb2d9291c38f2 (diff)
parent2c4bdf6e7c952ed37cb5ad50a97e65f6f90d238e (diff)
downloadmxe-42263c5cdf07b34a1292baae660aae078481a6a1.zip
mxe-42263c5cdf07b34a1292baae660aae078481a6a1.tar.gz
mxe-42263c5cdf07b34a1292baae660aae078481a6a1.tar.bz2
Merge pull request #1005 from fiesh/master
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)