diff --git a/data/meson.build b/data/meson.build index 74e5d2f..43c63ad 100644 --- a/data/meson.build +++ b/data/meson.build @@ -33,9 +33,9 @@ appstream_file = i18n.merge_file( install_dir: join_paths(get_option('datadir'), 'metainfo') ) -appstream_util = find_program('appstream-util', required: false) -if appstream_util.found() - test('Validate appstream file', appstream_util, +appstreamcli = find_program('appstreamcli', required: false) +if appstreamcli.found() + test('Validate appstream file', appstreamcli, args: ['validate', appstream_file] ) endif