data: don't make the appstreamcli tool required

We don't want every builder to have to install this.
This commit is contained in:
Peter Hutterer
2023-07-12 09:50:14 +10:00
parent b8a97fd367
commit 435152ce2d

View File

@@ -46,7 +46,7 @@ appdata = i18n.merge_file(input: appdata,
install: true,
install_dir: metainfodir)
appstreamcli = find_program('appstreamcli')
appstreamcli = find_program('appstreamcli', required: false)
if appstreamcli.found()
test(
'validate appdata file',