aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-04-14 21:42:26 +0200
committerFurkan Sahin <furkan-dev@proton.me>2021-04-14 21:42:26 +0200
commit7feded0c2c88ddc5964e34323e6118abd4900f33 (patch)
treed9c67b42111617d535d1f73d4e62fddca47e4a7f /meson.build
parent172b5723abeb4030f1b462cfd06ec9c5ee7f8799 (diff)
meson: libseat is no longer optional
See: https://github.com/swaywm/wlroots/pull/2839
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index b0aa3200..d204f54a 100644
--- a/meson.build
+++ b/meson.build
@@ -76,7 +76,6 @@ endif
wlroots_features = {
'xwayland': false,
- 'libseat': false,
}
foreach name, _ : wlroots_features
var_name = 'have_' + name.underscorify()
@@ -316,7 +315,3 @@ summary({
'man-pages': scdoc.found(),
}, bool_yn: true)
-if not wlroots_features['libseat']
- warning('The sway binary must be setuid when compiled without (e)logind or libseat')
- warning('You must do this manually post-install: chmod a+s /path/to/sway')
-endif