diff --git a/gio/tests/meson.build b/gio/tests/meson.build index 32ebda362..004412156 100644 --- a/gio/tests/meson.build +++ b/gio/tests/meson.build @@ -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' : {},