summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-11-24 11:31:07 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-11-27 16:52:49 +0000
commit523a64d2265c13a82ba73022d10919f0e392bab2 (patch)
treeefe9bb98a39e00383e42d413c3a25fd5e7ec8b65 /meson_options.txt
parent1127409564ed41ac1d0f9494b15abc9ba1280449 (diff)
downloadefl-523a64d2265c13a82ba73022d10919f0e392bab2.tar.gz
build - as per edd 2019 - make e physics off by default
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 42a7397ac4..41f5059f8d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -54,7 +54,7 @@ option('cocoa',
option('physics',
type : 'boolean',
- value : true,
+ value : false,
description : 'Physics engine (bullet) in efl'
)