meson: Fix protocol includes for compositor examples

(cherry picked from commit 70a084c119)
This commit is contained in:
Scott Anderson 2020-01-24 20:37:34 +13:00 committed by Simon Ser
parent 57ffb35de0
commit 422d9fdc4a
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
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