diff --git a/meson.build b/meson.build index 82f63a8ccef..b450d7c7b82 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project( ['c', 'cpp'], version : files('VERSION'), license : 'MIT', - meson_version : '>= 1.1.0', + meson_version : '>= 1.3.0', default_options : [ 'buildtype=debugoptimized', 'b_ndebug=if-release',