mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
f839d6896f
We have no use for these.
8 lines
211 B
Meson
8 lines
211 B
Meson
libseat = dependency(
|
|
'libseat',
|
|
version: '>=0.2.0',
|
|
fallback: 'seatd',
|
|
default_options: ['server=disabled', 'man-pages=disabled', 'examples=disabled'],
|
|
)
|
|
wlr_files += files('session.c')
|
|
wlr_deps += libseat
|