Merge branch 'patch-1' into 'main'

`gio/tests/socket-listener` should depend on `libdl`

Closes #3780

See merge request GNOME/glib!4799
This commit is contained in:
Philip Withnall
2025-09-11 16:53:33 +00:00

View File

@@ -129,7 +129,9 @@ gio_tests = {
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/3148
'can_fail' : host_system in ['darwin', 'gnu'],
},
'socket-listener' : {},
'socket-listener' : {
'dependencies': libdl_dep,
},
'socket-service' : {},
'srvtarget' : {},
'task' : {},