From b5a019d5754064788471e9eba4ee9354c7cc4cd5 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 14 Dec 2021 12:10:31 +0100 Subject: 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. --- protocol/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocol') 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') -- cgit v1.2.3