summaryrefslogtreecommitdiffstats
path: root/graphics-libs/coin/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'graphics-libs/coin/CONFIGURE')
-rwxr-xr-xgraphics-libs/coin/CONFIGURE15
1 files changed, 7 insertions, 8 deletions
diff --git a/graphics-libs/coin/CONFIGURE b/graphics-libs/coin/CONFIGURE
index 535b8df96a..6878702c50 100755
--- a/graphics-libs/coin/CONFIGURE
+++ b/graphics-libs/coin/CONFIGURE
@@ -1,14 +1,13 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
config_query_option COIN_OPTS "Enable 3ds import capabilities?" y \
- "--enable-3ds-import" "--disable-3ds-import" &&
+ "-DHAVE_3DS_IMPORT_CAPABILITIES=true" "-DHAVE_3DS_IMPORT_CAPABILITIES=false" &&
config_query_option COIN_OPTS "Enable nodekit support?" y \
- "--enable-nodekits" "--disable-nodekits" &&
+ "-DHAVE_NODEKITS=true" "-DHAVE_NODEKITS=false" &&
config_query_option COIN_OPTS "Enable dragger support?" y \
- "--enable-draggers" "--disable-draggers" &&
+ "-DHAVE_DRAGGERS=true" "-DHAVE_DRAGGERS=false" &&
config_query_option COIN_OPTS "Enable manipulators?" y \
- "--enable-manipulators" "--disable-manipulators" &&
+ "-DHAVE_MANIPULATORS=true" "-DHAVE_MANIPULATORS=false" &&
config_query_option COIN_OPTS "Enable VRML97 support?" y \
- "--enable-vrml97" "--disable-vrml97" &&
-config_query_option COIN_OPTS "Enable multithreading?" y \
- "--enable-threads" "--disable-threads"
+ "-DHAVE_VRML97=true" "-DHAVE_VRML97=false" &&
config_query_option COIN_OPTS "Enable thread safe traversals?" y \
- "--enable-threadsafe" "--disable-threadsafe"
+ "-DCOIN_THREADSAFE=true" "-DCOIN_THREADSAFE=false"