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_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(
|
||||||
|
|
Loading…
Reference in New Issue