aboutsummaryrefslogtreecommitdiffstats
path: root/test/headers/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/headers/meson.build')
-rw-r--r--test/headers/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/headers/meson.build b/test/headers/meson.build
index 72d039a..38a6ad2 100644
--- a/test/headers/meson.build
+++ b/test/headers/meson.build
@@ -27,7 +27,7 @@ test(
'test_headers_c',
files('test_headers.c'),
c_args: test_headers_c_args,
- dependencies: pugl_dep,
+ dependencies: [pugl_dep, vulkan_dep],
),
suite: 'unit',
)