mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
feat: gdbus dbus-menu
This commit is contained in:
parent
0dedcc0126
commit
f3975e6634
@ -54,10 +54,14 @@ client_protos_headers += gdbus_header.process('./dbus-status-notifier-watcher.xm
|
||||
client_protos_src += gdbus_code.process('./dbus-status-notifier-item.xml')
|
||||
client_protos_headers += gdbus_header.process('./dbus-status-notifier-item.xml')
|
||||
|
||||
client_protos_src += gdbus_code.process('./dbus-menu.xml')
|
||||
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],
|
||||
include_directories: include_directories('..'),
|
||||
) # for the include directory
|
||||
|
||||
client_protos = declare_dependency(
|
||||
|
Loading…
Reference in New Issue
Block a user