build: decrease the minimal needed meson verion to 0.50
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 12 Jun 2020 07:32:39 +0000 (09:32 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 14 Jun 2020 21:40:33 +0000 (06:40 +0900)
When we jumped from 0.47 to 0.52 to fix problems some users have been
seeing when building we might jumped a bit to far. We want a good
balance between stable and fast building but also mature enough to be in
distro releases and widely available.

We will try to settle for a middle-ground with 0.50 here. If that causes
problems for you building please let us know instantly.

meson.build

index 344c6140a8c193c2cae84505dbf9673b51e42bbe..1e2388e5c373bcbbadc66d2047b811f230c68b37 100644 (file)
@@ -1,7 +1,7 @@
 project('efl', ['c','cpp'],
   version: '1.24.99',
   default_options : ['buildtype=plain', 'cpp_std=c++11'],
-  meson_version : '>=0.52'
+  meson_version : '>=0.50'
 )
 
 if host_machine.system() == 'darwin'