aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorScott Anderson <scott@anderso.nz>2020-01-24 20:37:34 +1300
committerScott Anderson <scott@anderso.nz>2020-01-24 09:10:28 +0000
commit70a084c119695c7d82b4e3a97c35555d0af91d62 (patch)
tree9020ac3dabd1fb65bebad56a9f33117664e14b36 /backend
parent57ffb35de009611d8edecb297bc2fd10a9a86702 (diff)
meson: Fix protocol includes for compositor examples
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 73336d20..f5a83562 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() + '_h')
+ wlr_files += get_variable(proto.underscorify() + '_client_h')
endforeach