feat: gdbus dbus-menu

This commit is contained in:
Alexis 2018-10-25 11:44:04 +02:00
parent 0dedcc0126
commit f3975e6634
1 changed files with 5 additions and 1 deletions

View File

@ -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_src += gdbus_code.process('./dbus-status-notifier-item.xml')
client_protos_headers += gdbus_header.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( lib_client_protos = static_library(
'client_protos', 'client_protos',
client_protos_src + client_protos_headers, client_protos_src + client_protos_headers,
dependencies: [wayland_client, gtkmm] dependencies: [wayland_client, gtkmm],
include_directories: include_directories('..'),
) # for the include directory ) # for the include directory
client_protos = declare_dependency( client_protos = declare_dependency(