mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
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:
parent
93e050c602
commit
b5a019d575
4 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
wayland_client = dependency('wayland-client',
|
||||
fallback: ['wayland', 'wayland_client_dep'],
|
||||
fallback: 'wayland',
|
||||
default_options: wayland_project_options,
|
||||
)
|
||||
wlr_deps += wayland_client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue