aboutsummaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-12-14 12:10:31 +0100
committerSimon Ser <contact@emersion.fr>2021-12-19 18:12:16 +0000
commitb5a019d5754064788471e9eba4ee9354c7cc4cd5 (patch)
tree6e6f386d2151bfe73415d533faabc2408862dc72 /protocol
parent93e050c602df91b00454046b12dc7331a555c437 (diff)
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.
Diffstat (limited to 'protocol')
-rw-r--r--protocol/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/meson.build b/protocol/meson.build
index 3e34f788..ae2b2ef4 100644
--- a/protocol/meson.build
+++ b/protocol/meson.build
@@ -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')