mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-20 01:42:38 +02:00
feat: gdbus dbus-menu
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user