Coin3D: do not disable features by default

This commit is contained in:
Christoph Weiss 2015-11-19 10:05:17 +01:00
parent 1e4c381a4c
commit 2c4bdf6e7c
1 changed files with 0 additions and 6 deletions

View File

@ -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)