aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2020-07-25 21:53:06 +0200
committerSimon Ser <contact@emersion.fr>2020-08-24 11:13:55 +0200
commitbad1e9afa8ea7d8927c8b4df83d3f277379dd54e (patch)
treea5f655d5b3fa824e12a1429ec4c8e49ab53f2cc9 /meson_options.txt
parent9feeb2738dfc5a2b07a817938cef9d553d0a26ee (diff)
session: Add libseat backend
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 894113e7..382ef2a6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,6 @@
option('logind', type: 'feature', value: 'auto', description: 'Enable support for rootless session via logind')
option('logind-provider', type: 'combo', choices: ['auto', 'systemd', 'elogind'], value: 'auto', description: 'Provider of logind support library')
+option('libseat', type: 'feature', value: 'auto', description: 'Enable support for rootless session via libseat')
option('xcb-errors', type: 'feature', value: 'auto', description: 'Use xcb-errors util library')
option('xcb-icccm', type: 'feature', value: 'auto', description: 'Use xcb-icccm util library')
option('xwayland', type: 'feature', value: 'auto', yield: true, description: 'Enable support for X11 applications')