mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-24 09:06:39 -04: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…
Add table
Add a link
Reference in a new issue