[glib: 1/2] Meson: Add missing checks for functions



commit 8ba364186f00e84831d8e1d0d491eab1c957ee73
Author: Xavier Claessens <xavier claessens collabora com>
Date:   Thu Jun 14 14:51:08 2018 -0400

    Meson: Add missing checks for functions

 meson.build | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/meson.build b/meson.build
index 641a16008..e0dedd8f5 100644
--- a/meson.build
+++ b/meson.build
@@ -420,6 +420,8 @@ functions = [
   'wcrtomb',
   'wcslen',
   'wcsnlen',
+  'sysctlbyname',
+  '_NSGetEnviron',
 ]
 
 if glib_conf.has('HAVE_SYS_STATVFS_H')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]