[glib: 2/5] Meson: Remove hack that got fixed a while ago



commit 5f3db543f893a3275d60181ff955ce1e56253ccf
Author: Xavier Claessens <xavier claessens collabora com>
Date:   Mon Jul 16 11:55:11 2018 -0400

    Meson: Remove hack that got fixed a while ago

 glib/tests/meson.build | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/glib/tests/meson.build b/glib/tests/meson.build
index b1c4a42bd..ebce3c6b1 100644
--- a/glib/tests/meson.build
+++ b/glib/tests/meson.build
@@ -202,7 +202,6 @@ if not meson.is_cross_build() and host_system != 'windows'
   if xmllint.found()
     tmpsample_xml = custom_target('tmpsample.xml',
       output : 'tmpsample.xml',
-      build_by_default : true, # hack around meson bug, see PR #1335
       command : [ gtester, '-k', '--quiet', '-o', '@OUTPUT@',
                   '--test-arg=--gtester-selftest', gtester])
 


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