From 2c4bdf6e7c952ed37cb5ad50a97e65f6f90d238e Mon Sep 17 00:00:00 2001 From: Christoph Weiss Date: Thu, 19 Nov 2015 10:05:17 +0100 Subject: [PATCH] Coin3D: do not disable features by default --- src/coin.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/coin.mk b/src/coin.mk index f9b760c4..d7f52b85 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)