raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=523a64d2265c13a82ba73022d10919f0e392bab2
commit 523a64d2265c13a82ba73022d10919f0e392bab2 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Sun Nov 24 11:31:07 2019 +0000 build - as per edd 2019 - make e physics off by default --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) --
