aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 503d1d7..7058453 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,3 +2,5 @@ option('server', type : 'boolean', value : 'true',
description: 'Build the server-side (requires pipewire dep)')
option('client', type : 'boolean', value : 'true',
description: 'Build the client-side (no dependencies)')
+option('systemd', type: 'feature', value: 'auto',
+ description: 'Enable systemd integration')