meson: Fix protocol includes for compositor examples

This commit is contained in:
Scott Anderson 2020-01-24 20:37:34 +13:00
parent 57ffb35de0
commit 70a084c119
3 changed files with 14 additions and 6 deletions

View file

@ -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