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

This reverts commit 0b9900e4e7.

The dependency was added in the wrong place: `test-generated.txt` is
needed when compiling `test.gresource`, not when compiling the test
which ultimately uses that gresource.

See !3671 and #3163.
This commit is contained in:
Philip Withnall 2023-11-01 11:10:22 +00:00
parent f3f23b0229
commit 9695ddfc70

View File

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