From 043d0e77d0595c0d373cfca4d9a5212531ab6a29 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Thu, 1 Nov 2018 23:16:23 +0100 Subject: [PATCH] meson: bump required version we are using pkgconfig features that are newer, anything that is not using this or higher will simply not configure. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9fc72e421..b22266979 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.39.0') + meson_version : '>= 0.41.0') ##### convenience variables for later proj = meson.project_name()