aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
76 76
77wlroots_features = { 77wlroots_features = {
78 'xwayland': false, 78 'xwayland': false,
79 'libseat': false,
80} 79}
81foreach name, _ : wlroots_features 80foreach name, _ : wlroots_features
82 var_name = 'have_' + name.underscorify() 81 var_name = 'have_' + name.underscorify()
@@ -316,7 +315,3 @@ summary({
316 'man-pages': scdoc.found(), 315 'man-pages': scdoc.found(),
317}, bool_yn: true) 316}, bool_yn: true)
318 317
319if not wlroots_features['libseat']
320 warning('The sway binary must be setuid when compiled without (e)logind or libseat')
321 warning('You must do this manually post-install: chmod a+s /path/to/sway')
322endif