aboutsummaryrefslogtreecommitdiff
path: root/backend/session
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-04-09 22:12:51 +0200
committerKenny Levinsen <kl@kl.wtf>2021-04-09 22:28:46 +0200
commitd5105c42e34439cc6e1084bd8b04712b74e467c0 (patch)
tree0a2136fdd83833497f7fe6e73ee99102a90b0502 /backend/session
parent1eb38e001503636a8e5058051e9256d70f1bffcc (diff)
build: disable libseat subproject server and man pages
When libseat is built as a subproject, we're not interested in building the server or the man pages.
Diffstat (limited to 'backend/session')
-rw-r--r--backend/session/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/session/meson.build b/backend/session/meson.build
index 8b9bd49e..e25d0792 100644
--- a/backend/session/meson.build
+++ b/backend/session/meson.build
@@ -69,6 +69,7 @@ libseat = dependency('libseat',
required: get_option('libseat'),
version: '>=0.2.0',
fallback: ['seatd', 'libseat'],
+ default_options: ['server=disabled', 'man-pages=disabled'],
)
if libseat.found()
wlr_files += files('libseat.c')