diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build index 55b2c0a..4b34b05 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -130,6 +130,7 @@ foreach protocol_file : protocol_files server_header, ], link_args: [ '-Wl,--unresolved-symbols=ignore-all' ], + dependencies: libwayland, cpp_args: [ '-Wall', '-Werror', |