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

git pushed a commit to branch dev/dimmus/test
in repository efl.

View the commit online.

commit 31b1020bc32af43655afbdb77dcc8bd6097c91af
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Tue Oct 22 18:14:53 2024 +0500

    meson:L fix valgrind_dep error in release build type
---
 meson/deps/meson.build | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meson/deps/meson.build b/meson/deps/meson.build
index 9c38844b5a..def4a41a43 100644
--- a/meson/deps/meson.build
+++ b/meson/deps/meson.build
@@ -102,8 +102,10 @@ if SUN
 endif
 
 if get_option('buildtype') == 'debug' or \
-   get_option('buildtype') == 'plain'
-   valgrind_dep = dependency('valgrind', required: false)
+  get_option('buildtype') == 'plain'
+  valgrind_dep = dependency('valgrind', required: false)
+else
+  valgrind_dep = null_dep
 endif
 
 if WINDOWS

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

Reply via email to