mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
13 lines
231 B
Meson
13 lines
231 B
Meson
libseat = dependency('libseat',
|
|
version: '>=0.2.0',
|
|
fallback: ['seatd', 'libseat'],
|
|
default_options: ['server=disabled', 'man-pages=disabled'],
|
|
)
|
|
|
|
wlr_files += files(
|
|
'noop.c',
|
|
'session.c',
|
|
'libseat.c'
|
|
)
|
|
|
|
wlr_deps += libseat
|