summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 548cdf7e..90c40df0 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -15,6 +15,10 @@ option('default_bus',
type: 'combo',
choices: ['dbus-daemon', 'dbus-broker'],
value: 'dbus-daemon')
+option('use_systemd',
+ description: 'Use systemd if available (needed for dbus-broker)',
+ type: 'boolean',
+ value: true)
option('systemd_user_dir',
description: 'Location of the systemd user services',
type: 'string',