Compare commits

...

1 Commits

Author SHA1 Message Date
Matthias Clasen
088b85e899 Try again to fix build deps
This is more of a shot in the dark. Trying to fix #6618.
2024-04-11 13:01:50 -04:00

View File

@@ -49,7 +49,7 @@ gtk_tools = [
'gtk-rendernode-tool-utils.c',
'../testsuite/reftests/reftest-compare.c'], [libgtk_dep] ],
['gtk4-update-icon-cache', ['updateiconcache.c', '../gtk/gtkiconcachevalidator.c' ] + extra_update_icon_cache_objs, [ libgtk_dep ] ],
['gtk4-encode-symbolic-svg', ['encodesymbolic.c'], [ libgtk_static_dep ] ],
['gtk4-encode-symbolic-svg', ['encodesymbolic.c'], [ libgtk_static_dep, libgtk_dep ] ],
]
if os_unix