1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-10-01 00:05:25 +00:00
Purism-Calls/src/dbus/meson.build
Evangelos Ribeiro Tzaras 69b919d7ab DBus: Use org.gnome prefix and adapt to changes
In preparation to moving to GNOME all the IDs, DBus object paths, etc should
change.
2021-07-12 13:35:57 +00:00

9 lines
321 B
Meson

generated_dbus_sources = []
# DBus server protocols
generated_dbus_sources += gnome.gdbus_codegen('calls-call-dbus',
'org.gnome.Calls.Call.xml',
docbook: 'calls',
interface_prefix: 'org.gnome',
object_manager: true,
namespace: 'CallsDBus')