summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 68f91f19..83c1c921 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -144,6 +144,13 @@ option(
)
option(
+ 'message_bus',
+ type: 'boolean',
+ value: 'true',
+ description: 'Enable dbus-daemon'
+)
+
+option(
'modular_tests',
type: 'feature',
value: 'auto',
@@ -251,6 +258,13 @@ option(
)
option(
+ 'tools',
+ type: 'boolean',
+ value: 'true',
+ description: 'Enable CLI tools such as dbus-send and dbus-monitor'
+)
+
+option(
'traditional_activation',
type: 'boolean',
value: true,