meson: fix 'gio-unix-2.0' dependency

This commit is contained in:
Cole Mickens
2018-10-26 23:19:58 -07:00
parent 0c9699b076
commit 0d0a3be483
2 changed files with 3 additions and 1 deletions

View File

@ -62,7 +62,7 @@ client_protos_headers += gdbus_header.process('./dbus-menu.xml')
lib_client_protos = static_library(
'client_protos',
client_protos_src + client_protos_headers,
dependencies: [wayland_client, gtkmm],
dependencies: [wayland_client, gtkmm, giounix],
include_directories: include_directories('..'),
) # for the include directory