summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel@osg.samsung.com>2018-11-01 23:16:23 +0100
committerMarcel Hollerbach <marcel@osg.samsung.com>2018-11-01 23:16:23 +0100
commit043d0e77d0595c0d373cfca4d9a5212531ab6a29 (patch)
tree5de900494444ddf56c447f9b8c9313304d7b9424 /meson.build
parentc49f49829f80181e9d1db39aece4a95e14233089 (diff)
downloadenlightenment-043d0e77d0595c0d373cfca4d9a5212531ab6a29.tar.gz
meson: bump required version
we are using pkgconfig features that are newer, anything that is not using this or higher will simply not configure.
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 9fc72e4214..b222669790 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()