mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
b5a019d575
All of these projects use meson.override_dependency() so we can stop referencing their internal variable name to grab the depndencies we need.
7 lines
188 B
Meson
7 lines
188 B
Meson
libseat = dependency('libseat',
|
|
version: '>=0.2.0',
|
|
fallback: 'seatd',
|
|
default_options: ['server=disabled', 'man-pages=disabled'],
|
|
)
|
|
wlr_files += files('session.c')
|
|
wlr_deps += libseat
|