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:
parent
1eb38e0015
commit
d5105c42e3
|
@ -69,6 +69,7 @@ libseat = dependency('libseat',
|
||||||
required: get_option('libseat'),
|
required: get_option('libseat'),
|
||||||
version: '>=0.2.0',
|
version: '>=0.2.0',
|
||||||
fallback: ['seatd', 'libseat'],
|
fallback: ['seatd', 'libseat'],
|
||||||
|
default_options: ['server=disabled', 'man-pages=disabled'],
|
||||||
)
|
)
|
||||||
if libseat.found()
|
if libseat.found()
|
||||||
wlr_files += files('libseat.c')
|
wlr_files += files('libseat.c')
|
||||||
|
|
Loading…
Reference in New Issue