mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-27 12:16:01 +01:00
Look for native versions
This commit is contained in:
parent
48469dd0ef
commit
ee240414ca
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ appdata = i18n.merge_file('appdata',
|
|||
po_dir: podir,
|
||||
)
|
||||
|
||||
desktop_file_validate = find_program('desktop-file-validate', required: false)
|
||||
desktop_file_validate = find_program('desktop-file-validate', required: false, native: true)
|
||||
if desktop_file_validate.found()
|
||||
test('validate-desktop',
|
||||
desktop_file_validate,
|
||||
|
@ -44,7 +44,7 @@ if desktop_file_validate.found()
|
|||
)
|
||||
endif
|
||||
|
||||
appstream_util = find_program('appstream-util', required: false)
|
||||
appstream_util = find_program('appstream-util', required: false, native: true)
|
||||
if appstream_util.found()
|
||||
test('validate-appdata',
|
||||
appstream_util,
|
||||
|
|
Loading…
Reference in a new issue