mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Merge pull request #62 from colemickens/giounix20
meson: fix 'gio-unix-2.0' dependency
This commit is contained in:
commit
16b01e1059
@ -33,6 +33,7 @@ wayland_protos = dependency('wayland-protocols')
|
||||
wlroots = dependency('wlroots', fallback: ['wlroots', 'wlroots'])
|
||||
gtkmm = dependency('gtkmm-3.0')
|
||||
dbusmenu_gtk = dependency('dbusmenu-gtk3-0.4', required: get_option('dbusmenu-gtk'))
|
||||
giounix = dependency('gio-unix-2.0', required: get_option('dbusmenu-gtk'))
|
||||
jsoncpp = dependency('jsoncpp')
|
||||
sigcpp = dependency('sigc++-2.0')
|
||||
libnl = dependency('libnl-3.0', required: get_option('libnl'))
|
||||
@ -98,6 +99,7 @@ executable(
|
||||
wayland_cursor,
|
||||
gtkmm,
|
||||
dbusmenu_gtk,
|
||||
giounix,
|
||||
libnl,
|
||||
libnlgen,
|
||||
libpulse
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user