aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/wayland/meson.build2
1 files changed, 1 insertions, 1 deletions
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