From 5f3db543f893a3275d60181ff955ce1e56253ccf Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 16 Jul 2018 11:55:11 -0400 Subject: [PATCH] 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]) -- 2.11.4.GIT