mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-04-21 18:10:49 +02:00
tests: ensure constraints-test has the header
I was doing $ mseon setup --wipe $ meson test and hit ../../git/weston/tests/constraints-test.c:31:10: fatal error: pointer-constraints-unstable-v1-client-protocol.h: No such file or directory 31 | #include "pointer-constraints-unstable-v1-client-protocol.h" Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
3534c77b66
commit
cddebbf5d5
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ tests = [
|
|||
'name': 'constraints',
|
||||
'sources': [
|
||||
'constraints-test.c',
|
||||
pointer_constraints_unstable_v1_client_protocol_h,
|
||||
pointer_constraints_unstable_v1_protocol_c,
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue