aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2021-04-11 16:29:24 +0200
committerSimon Ser <contact@emersion.fr>2021-04-14 23:25:07 +0200
commit95b657ba80f6128eefd246fdd1373664f45b1541 (patch)
tree9ba859a9a1353d0faa90c597689d38be76b26a14 /meson_options.txt
parent21e8a940b821e02553ae37b8215cc7801eab725c (diff)
backend/session: Make libseat mandatory
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 033019cc..37812cf8 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,3 @@
-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('xwayland', type: 'feature', value: 'auto', yield: true, description: 'Enable support for X11 applications')
option('x11-backend', type: 'feature', value: 'auto', description: 'Enable X11 backend')