summaryrefslogtreecommitdiffstats
path: root/test/cpp/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/meson.build')
-rw-r--r--test/cpp/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/meson.build b/test/cpp/meson.build
index 5b8169c..1d697fa 100644
--- a/test/cpp/meson.build
+++ b/test/cpp/meson.build
@@ -30,7 +30,7 @@ test(
'test_lilv_hpp',
files('test_lilv_hpp.cpp'),
cpp_args: test_args + cpp_suppressions,
- dependencies: [lv2_dep, lilv_static_dep],
+ dependencies: [lv2_dep, lilv_dep],
include_directories: include_directories('../../src'),
),
suite: 'unit',