This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch devs/dimmus/examples
in repository efl.
View the commit online.
commit 4b3e4ce4bbb7aa76efcd484053d9a4aa5d8c6434
Author: Dmitri Chudinov <dimmus@noreply.localhost>
AuthorDate: Fri Jul 22 06:17:26 2022 -0700
revert e2584da7c1e91be6c573b96c549e59330e8f5599
revert meson: raised the minimum version to 0.58 to suppress numerous warnings
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 534ec1ee61..c16add5bd4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project('efl', ['c','cpp'],
version: '1.26.99',
default_options : ['buildtype=plain', 'warning_level=1', 'cpp_std=c++11'],
- meson_version : '>=0.58'
+ meson_version : '>=0.50'
)
if host_machine.system() == 'darwin'
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.