dbus: Add option to use app-id for bus name

This is required for Flatpak but is an API break so it is opt-in
for now.
This commit is contained in:
Patrick Griffis
2018-02-18 04:44:59 -05:00
parent 23c7e7c3da
commit 8aa3b03261
5 changed files with 17 additions and 4 deletions

View File

@@ -25,6 +25,9 @@ option('with-libcanberra', type: 'boolean',
option('with-theme-manager', type: 'boolean', value: false,
description: 'Utility to help manage themes, requires mono/.net'
)
option('dbus-service-use-appid', type: 'boolean', value: false,
description: 'Rename dbus service to match app-id, required for Flatpak'
)
# Plugins
option('with-checksum', type: 'boolean',