summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-06-12 09:32:39 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-06-12 09:38:38 +0200
commit94ca2d40d08be58168bf05183ffbbe4dcd05bd5d (patch)
treec7e51f5b72bf7870e51aad9348993ed8adda9aa1 /meson.build
parent65a40d9c6da601dde06d3fcbcd47c80852c4984d (diff)
downloadefl-94ca2d40d08be58168bf05183ffbbe4dcd05bd5d.tar.gz
build: decrease the minimal needed meson verion to 0.50
When we jumped from 0.47 to 0.52 to fix problems some users have been seeing when building we might jumped a bit to far. We want a good balance between stable and fast building but also mature enough to be in distro releases and widely available. We will try to settle for a middle-ground with 0.50 here. If that causes problems for you building please let us know instantly.
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 f820761ade..af9e8b031e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project('efl', ['c','cpp'],
version: '1.24.99',
default_options : ['buildtype=plain', 'cpp_std=c++11'],
- meson_version : '>=0.52'
+ meson_version : '>=0.50'
)
if host_machine.system() == 'darwin'