gio/tests: Add test generated txt as the resources test dependency

This is required by the resources used in some tests, however we did not
depend on it so we had some random build failures:
  https://gitlab.gnome.org/3v1n0/glib/-/jobs/3253787
This commit is contained in:
Marco Trevisan (Treviño) 2023-10-27 18:40:45 +02:00
parent a1664c3fa3
commit 0b9900e4e7

View File

@ -982,7 +982,7 @@ if not meson.is_cross_build()
gio_tests += {
'resources' : {
'extra_sources' : resources_extra_sources,
'depends' : resource_plugin,
'depends' : [resource_plugin, test_generated_txt],
},
}
endif