This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository entice.
View the commit online.
commit a8a2adfd62e49fe809408a590f8d895a7d15db76
Author: Vincent Torri <vto...@outlook.fr>
AuthorDate: Thu Dec 5 21:43:35 2024 +0100
meson: remove warning, increase meson version
---
meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meson.build b/meson.build
index ca5bba8..ef735df 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@ project('entice', 'c',
'buildtype=plain',
'warning_level=2'
],
- meson_version : '>= 0.49',
+ meson_version : '>= 0.56',
)
v_array = meson.project_version().split('.')
@@ -41,7 +41,7 @@ edje = dependency('edje', version: efl_req)
# edje_cc tool - allow ti as an option for cross-compile
edje_cmd = get_option('edje-cc')
if edje_cmd == ''
- edje_cmd = join_paths(edje.get_pkgconfig_variable('prefix'),
+ edje_cmd = join_paths(edje.get_variable(pkgconfig : 'prefix'),
'bin', 'edje_cc')
endif
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.