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 0f7ecfb825f58117263379c74cf2e656c17d7d47
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Mon Oct 21 09:04:26 2024 +0500
meson: change sys_sun to SUN
---
meson/header_checks/meson.build | 2 +-
src/bin/elementary/meson.build | 2 +-
src/lib/ecore/meson.build | 2 +-
src/lib/eina/meson.build | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meson/header_checks/meson.build b/meson/header_checks/meson.build
index d826460e78..74546d27c6 100644
--- a/meson/header_checks/meson.build
+++ b/meson/header_checks/meson.build
@@ -159,7 +159,7 @@ m = cc.find_library('m')
dl = cc.find_library('dl', required: false)
rt = cc.find_library('rt', required: false)
-if sys_sun
+if SUN
malloc = cc.find_library('malloc', required: true)
socket = cc.find_library('socket', required: true)
endif
diff --git a/src/bin/elementary/meson.build b/src/bin/elementary/meson.build
index d2aeb92a17..6fa1ba3906 100644
--- a/src/bin/elementary/meson.build
+++ b/src/bin/elementary/meson.build
@@ -171,7 +171,7 @@ if not WINDOWS
link_args += ['-rdynamic', '-fPIC']
package_c_args = package_c_args + ['-fPIC']
endif
-if not WINDOWS and not sys_sun
+if not WINDOWS and not SUN
link_args += ['-pie']
endif
diff --git a/src/lib/ecore/meson.build b/src/lib/ecore/meson.build
index c5c7acf73e..5aa9cd96ed 100644
--- a/src/lib/ecore/meson.build
+++ b/src/lib/ecore/meson.build
@@ -2,7 +2,7 @@ ecore_deps = []
ecore_pub_deps = [eina, eo, efl]
ecore_ext_deps = [intl, m, buildsystem]
-if sys_sun
+if SUN
ecore_deps += [malloc]
endif
diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build
index 64742a9ad5..964a1e68b2 100644
--- a/src/lib/eina/meson.build
+++ b/src/lib/eina/meson.build
@@ -7,7 +7,7 @@ if WINDOWS
eina_pub_deps += [evil]
endif
-if sys_sun
+if SUN
eina_deps += [socket]
endif
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.