summaryrefslogtreecommitdiffstats
path: root/graphics/blender/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/blender/CONFIGURE')
-rwxr-xr-xgraphics/blender/CONFIGURE16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/blender/CONFIGURE b/graphics/blender/CONFIGURE
new file mode 100755
index 0000000000..c61bebbf4d
--- /dev/null
+++ b/graphics/blender/CONFIGURE
@@ -0,0 +1,16 @@
+config_query_option BLENDER_PLAYER "Build blender player" n \
+ "WITH_BF_PLAYER=True" \
+ "WITH_BF_PLAYER=False" &&
+
+config_query_option BLENDER_GAMEENGINE "Build GameEngine?" y \
+ "WITH_BF_GAMEENGINE=True" \
+ "WITH_BF_GAMEENGINE=False" &&
+
+config_query_option BLENDER_OCEANSIM "Build OceanSim?" y \
+ "WITH_BF_OCEANSIM=True" \
+ "WITH_BF_OCEANSIM=False" &&
+
+config_query_option BLENDER_OGG "Build ogg,vorbis,theora support?" n \
+ "WITH_BF_OGG=True" \
+ "WITH_BF_OGG=False"
+