[glib/wip/nacho/gpoll] meson: build gpoll test on windows



commit 82199d110149afb8450d705095962bd251c51c60
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Fri Dec 28 13:01:38 2018 +0100

    meson: build gpoll test on windows

 glib/tests/meson.build | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/glib/tests/meson.build b/glib/tests/meson.build
index 157708068..45d540d22 100644
--- a/glib/tests/meson.build
+++ b/glib/tests/meson.build
@@ -131,7 +131,11 @@ if glib_conf.has('HAVE_EVENTFD')
   }
 endif
 
-if host_machine.system() != 'windows'
+if host_machine.system() == 'windows'
+  glib_tests += {
+    'gpoll' : {},
+  }
+else
   glib_tests += {
     'include' : {},
     'unix' : {},


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