mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-18 19:32:52 +02:00
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:
@@ -129,7 +129,9 @@ gio_tests = {
|
|||||||
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/3148
|
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/3148
|
||||||
'can_fail' : host_system in ['darwin', 'gnu'],
|
'can_fail' : host_system in ['darwin', 'gnu'],
|
||||||
},
|
},
|
||||||
'socket-listener' : {},
|
'socket-listener' : {
|
||||||
|
'dependencies': libdl_dep,
|
||||||
|
},
|
||||||
'socket-service' : {},
|
'socket-service' : {},
|
||||||
'srvtarget' : {},
|
'srvtarget' : {},
|
||||||
'task' : {},
|
'task' : {},
|
||||||
|
Reference in New Issue
Block a user