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