mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 04:45:58 +01:00
backend/session: disable libseat examples for subproject by default
We have no use for these.
This commit is contained in:
parent
76b3687739
commit
f839d6896f
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
libseat = dependency('libseat',
|
libseat = dependency(
|
||||||
|
'libseat',
|
||||||
version: '>=0.2.0',
|
version: '>=0.2.0',
|
||||||
fallback: 'seatd',
|
fallback: 'seatd',
|
||||||
default_options: ['server=disabled', 'man-pages=disabled'],
|
default_options: ['server=disabled', 'man-pages=disabled', 'examples=disabled'],
|
||||||
)
|
)
|
||||||
wlr_files += files('session.c')
|
wlr_files += files('session.c')
|
||||||
wlr_deps += libseat
|
wlr_deps += libseat
|
||||||
|
|
Loading…
Reference in a new issue