bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=9bbb2db6eae27f9ca4536a93d0af09be56052900

commit 9bbb2db6eae27f9ca4536a93d0af09be56052900
Author: Marcel Hollerbach <[email protected]>
Date:   Sat Nov 4 10:43:10 2017 +0000

    meson: this version is enough for the things we use in the moment
    
    this makes meson build work on ubuntu 17.04
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 02dbdede7..7e4907f92 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.40.0')
+        meson_version  : '>= 0.39.0')
 
 ##### convenience variables for later
 proj     = meson.project_name()

-- 


Reply via email to