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.
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'