From 8366ebd3a153b25273176c75f4623d7a592144c5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Nov 2024 13:19:54 -0500 Subject: Use zix_expand_environment_strings() The removed test was the last that needed access to private code, so also remove all of the build complication around ensuring there's a static library to test (avoiding a double build in many cases). --- test/missing_descriptor.lv2/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/missing_descriptor.lv2/meson.build') diff --git a/test/missing_descriptor.lv2/meson.build b/test/missing_descriptor.lv2/meson.build index b4ad32f..78d749b 100644 --- a/test/missing_descriptor.lv2/meson.build +++ b/test/missing_descriptor.lv2/meson.build @@ -28,7 +28,7 @@ test( 'test_missing_descriptor', files('test_missing_descriptor.c'), c_args: c_suppressions + test_args, - dependencies: [lv2_dep, lilv_static_dep], + dependencies: [lv2_dep, lilv_dep], ), args: [meson.current_build_dir() / ''], suite: 'plugin', -- cgit v1.2.1