diff --git a/meson.build b/meson.build index 5369b46169..3585eabdef 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('efl', ['c','cpp'], version: '1.24.99', default_options : ['buildtype=plain', 'cpp_std=c++11'], - meson_version : '>=0.47' + meson_version : '>=0.52' ) if host_machine.system() == 'darwin'