mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04: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'),
|
||||
version: '>=0.2.0',
|
||||
fallback: ['seatd', 'libseat'],
|
||||
default_options: ['server=disabled', 'man-pages=disabled'],
|
||||
)
|
||||
if libseat.found()
|
||||
wlr_files += files('libseat.c')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue