diff --git a/data/meson.build b/data/meson.build index 06d3dcf..cbb9a5f 100644 --- a/data/meson.build +++ b/data/meson.build @@ -27,6 +27,9 @@ if desktop_file_validate.found() desktop_file_validate, args: [ desktop_file.full_path() + ], + depends: [ + desktop_file ] ) endif @@ -58,7 +61,10 @@ if appstream_util.found() 'validate-appdata', appstream_util, args: [ 'validate-relax', '--nonet', appdata_file.full_path() - ] + ], + depends: [ + appdata_file + ], ) endif