Merge pull request #1005 from fiesh/master

Coin3D: do not disable features by default
pull/728/merge
Tony Theodore 9 years ago
commit 42263c5cdf

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

Loading…
Cancel
Save