mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 20:26:00 +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,
|
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()
|
if desktop_file_validate.found()
|
||||||
test('validate-desktop',
|
test('validate-desktop',
|
||||||
desktop_file_validate,
|
desktop_file_validate,
|
||||||
|
@ -44,7 +44,7 @@ if desktop_file_validate.found()
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
appstream_util = find_program('appstream-util', required: false)
|
appstream_util = find_program('appstream-util', required: false, native: true)
|
||||||
if appstream_util.found()
|
if appstream_util.found()
|
||||||
test('validate-appdata',
|
test('validate-appdata',
|
||||||
appstream_util,
|
appstream_util,
|
||||||
|
|
Loading…
Reference in a new issue