mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04: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,6 +1,6 @@
|
|||
wayland_protos = dependency('wayland-protocols',
|
||||
version: '>=1.24',
|
||||
fallback: ['wayland-protocols', 'wayland_protocols'],
|
||||
fallback: 'wayland-protocols',
|
||||
default_options: ['tests=false'],
|
||||
)
|
||||
wl_protocol_dir = wayland_protos.get_variable('pkgdatadir')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue