This is an automated email from the git hooks/post-receive script.
git pushed a commit to reference refs/pull/150/head
in repository efl.
View the commit online.
commit db2757ede2314465a7ae8048636277feecfe20c4
Author: Boris Faure <[email protected]>
AuthorDate: Sun Sep 20 23:02:27 2026 +0200
eina: fix release build
---
src/lib/eina/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build
index 5b8cdc3333..af94d3686d 100644
--- a/src/lib/eina/meson.build
+++ b/src/lib/eina/meson.build
@@ -253,7 +253,7 @@ if use_valgrind
eina_ext_deps += valgrind
else
config_h.set('NVALGRIND', 1)
- valgrind = []
+ valgrind = declare_dependency()
endif
if debug_malloc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.