mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 04:45:58 +01: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…
Reference in a new issue