summary refs log tree commit diff stats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2018-02-18 04:44:59 -0500
committerPatrick Griffis <tingping@tingping.se>2018-02-18 04:44:59 -0500
commit8aa3b0326146840b7c01c4d353b5526c3e2a07f4 (patch)
tree9a2714b847bfda8c7f88b202ba226db4e10ffbb2 /meson_options.txt
parent23c7e7c3dac420788c23470c5161ab1ecd13bac8 (diff)
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.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
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',