mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-21 06:46:46 -04:00
7 lines
202 B
Meson
7 lines
202 B
Meson
libseat = dependency('libseat',
|
|
version: '>=0.2.0',
|
|
fallback: 'seatd',
|
|
default_options: ['server=disabled', 'man-pages=disabled'],
|
|
)
|
|
wlr_files += files('session.c', 'dev_udev.c')
|
|
wlr_deps += libseat
|