From 160f8935ab639cc955405dde73a9241c57faa75a Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 14 May 2019 12:42:39 +0100 Subject: [PATCH] meson - need 0.47 or better as we use features from 0.47 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9ec961a3d..a225e6ef4 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project('enlightenment', 'c', version : '0.22.99', license : 'BSD 2 clause', default_options: [ 'c_std=gnu99', 'warning_level=2' ], - meson_version : '>= 0.41.0') + meson_version : '>= 0.47.0') ##### convenience variables for later proj = meson.project_name()