mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
f3f23b0229
commit
9695ddfc70
@ -982,7 +982,7 @@ if not meson.is_cross_build()
|
|||||||
gio_tests += {
|
gio_tests += {
|
||||||
'resources' : {
|
'resources' : {
|
||||||
'extra_sources' : resources_extra_sources,
|
'extra_sources' : resources_extra_sources,
|
||||||
'depends' : [resource_plugin, test_generated_txt],
|
'depends' : resource_plugin,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user