From ab4f6421538a5fc4d539f638018aaf8b35a1f549 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 21 Apr 2020 15:19:24 +0200 Subject: build: use dicts instead of get_variable Closes: https://github.com/swaywm/wlroots/issues/1963 --- backend/wayland/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend') diff --git a/backend/wayland/meson.build b/backend/wayland/meson.build index a9692164..d23f114e 100644 --- a/backend/wayland/meson.build +++ b/backend/wayland/meson.build @@ -16,5 +16,5 @@ client_protos = [ ] foreach proto : client_protos - wlr_files += get_variable(proto.underscorify() + '_client_h') + wlr_files += protocols_client_header[proto] endforeach -- cgit v1.2.3