mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
meson: fix 'gio-unix-2.0' dependency
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user