This is an automated email from the git hooks/post-receive script.

git pushed a commit to reference refs/pull/47/head
in repository efl.

View the commit online.

commit 5af33920e0c4fd7e9c9b7980c23cb708a2beec13
Author: Vincent Torri <vto...@outlook.fr>
AuthorDate: Wed Mar 12 21:25:11 2025 +0100

    update minimal version of meson to 0.60. Fix also some warnings
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index c3690aaf5d..d0b98e423d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project('efl', ['c','cpp'],
   version: '1.28.99',
   default_options : ['buildtype=plain', 'warning_level=1', 'cpp_std=c++11'],
-  meson_version : '>=0.50'
+  meson_version : '>=0.60'
 )
 
 if meson.version().version_compare('>=0.56')

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to