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.
This commit is contained in:
Simon Ser 2021-04-09 22:12:51 +02:00 committed by Kenny Levinsen
parent 1eb38e0015
commit d5105c42e3
1 changed files with 1 additions and 0 deletions

View File

@ -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')