mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-14 08:56:26 -05:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue