build: simplify Meson subproject fallbacks

All of these projects use meson.override_dependency() so we can
stop referencing their internal variable name to grab the
depndencies we need.
This commit is contained in:
Simon Ser 2021-12-14 12:10:31 +01:00
parent 93e050c602
commit b5a019d575
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
libseat = dependency('libseat',
version: '>=0.2.0',
fallback: ['seatd', 'libseat'],
fallback: 'seatd',
default_options: ['server=disabled', 'man-pages=disabled'],
)
wlr_files += files('session.c')