build - as per edd 2019 - make e physics off by default
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 24 Nov 2019 11:31:07 +0000 (11:31 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 27 Nov 2019 21:24:45 +0000 (06:24 +0900)
meson_options.txt

index 9fcba51..6101fe4 100644 (file)
@@ -54,7 +54,7 @@ option('cocoa',
 
 option('physics',
   type : 'boolean',
-  value : true,
+  value : false,
   description : 'Physics engine (bullet) in efl'
 )