From e93ada982127adcb2c9c842f09126a34cadf2ac1 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 21 Jan 2022 14:28:23 +0000 Subject: meson: Add missing test dependencies Currently, running "meson build" followed by "meson test -C build" will result in many failed tests due to missing dependencies. This commit adds the missing dependencies to make sure no tests fail. --- catalog/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog') diff --git a/catalog/meson.build b/catalog/meson.build index 7139c2e053..a20189d314 100644 --- a/catalog/meson.build +++ b/catalog/meson.build @@ -19,7 +19,7 @@ support_url = get_option('support-url') support_sed = 's~%SUPPORT_URL%~@0@~'.format(support_url) foreach file : in_files - custom_target( + catalogs += custom_target( file, input : file + '.in', output: file, -- cgit v1.2.1