summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
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 ba58b0bd8..683d25805 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -23,6 +23,9 @@ option('alsa',
option('dbus',
type : 'feature', value : 'auto',
description : 'Optional D-Bus support')
+option('systemd',
+ type : 'feature', value : 'auto',
+ description : 'Optional systemd support')
option('x11',
type : 'feature', value : 'auto',
description : 'Optional X11 support')