Merge branch 'generated-txt-as-dep' into 'main'

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

See merge request GNOME/glib!3671
This commit is contained in:
Michael Catanzaro 2023-10-27 17:07:42 +00:00
commit cd1e11d1b1

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