summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel@osg.samsung.com>2017-11-04 10:43:10 +0000
committerMarcel Hollerbach <marcel@osg.samsung.com>2017-11-04 10:43:10 +0000
commit9bbb2db6eae27f9ca4536a93d0af09be56052900 (patch)
tree2fbe1c8a3ff1f9d8c398c20a0dcd3cdeb8a47683 /meson.build
parent7d94df2b2975dfa7a43696b1a33fe01ee8dc14c2 (diff)
downloadenlightenment-9bbb2db6eae27f9ca4536a93d0af09be56052900.tar.gz
meson: this version is enough for the things we use in the moment
this makes meson build work on ubuntu 17.04
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 02dbdede77..7e4907f92e 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()