mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 22:52:20 +00: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,7 +1,8 @@
|
||||
libseat = dependency('libseat',
|
||||
libseat = dependency(
|
||||
'libseat',
|
||||
version: '>=0.2.0',
|
||||
fallback: 'seatd',
|
||||
default_options: ['server=disabled', 'man-pages=disabled'],
|
||||
default_options: ['server=disabled', 'man-pages=disabled', 'examples=disabled'],
|
||||
)
|
||||
wlr_files += files('session.c')
|
||||
wlr_deps += libseat
|
||||
|
Loading…
Reference in New Issue
Block a user