mirror of
https://github.com/libratbag/piper.git
synced 2026-05-19 12:26:00 -04:00
data: don't make the appstreamcli tool required
We don't want every builder to have to install this.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user