From 8aa3b0326146840b7c01c4d353b5526c3e2a07f4 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sun, 18 Feb 2018 04:44:59 -0500 Subject: 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. --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index f8131344..d132dfc1 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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', -- cgit 1.4.1