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



commit 5ee54589e2eb7005103b4e3ee0cb6896a311f7d8
Author: Xavier Claessens <xavier claessens collabora com>
Date:   Thu Jun 14 14:32:49 2018 -0400

    Meson: Add missing checks for struct members

 meson.build | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/meson.build b/meson.build
index 641a16008..1534c08ab 100644
--- a/meson.build
+++ b/meson.build
@@ -304,6 +304,10 @@ struct_members = [
   [ 'statfs', 'f_bavail', struct_stat_blkprefix ],
   [ 'dirent', 'd_type', '''#include <sys/types.h>
                            #include <dirent.h>''' ],
+  [ 'statvfs', 'f_basetype', '#include <sys/statvfs.h>' ],
+  [ 'statvfs', 'f_fstypename', '#include <sys/statvfs.h>' ],
+  [ 'tm', 'tm_gmtoff', '#include <time.h>' ],
+  [ 'tm', '__tm_gmtoff', '#include <time.h>' ],
 ]
 
 foreach m : struct_members


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