aboutsummaryrefslogtreecommitdiffstats
path: root/test/headers/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-01-21 12:12:15 -0500
committerDavid Robillard <d@drobilla.net>2025-01-21 12:12:15 -0500
commitaf8db1f1ac957b53667150af903985b1cdb801af (patch)
treebd7e7f4b58fb8449474a37cfb62ca36631134649 /test/headers/meson.build
parent51aae63069fb93a9994cae72f8c28cee06f92362 (diff)
downloadpugl-af8db1f1ac957b53667150af903985b1cdb801af.tar.gz
pugl-af8db1f1ac957b53667150af903985b1cdb801af.tar.bz2
pugl-af8db1f1ac957b53667150af903985b1cdb801af.zip
Fix Windows test build with Vulkan
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',
)