mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 14:06:43 +00:00
trivial: find python installation using meson find_installation
This commit is contained in:
parent
f6fddc1470
commit
22cc5d8caa
@ -273,11 +273,7 @@ if libgcab.type_name() == 'pkgconfig' and cc.has_function('gcab_file_set_bytes',
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
bashcomp = dependency('bash-completion', required: false)
|
bashcomp = dependency('bash-completion', required: false)
|
||||||
if host_machine.system() != 'freebsd'
|
python3 = import('python').find_installation('python3')
|
||||||
python3 = find_program('python3')
|
|
||||||
else
|
|
||||||
python3 = find_program('python3.8', 'python3', 'python3.9')
|
|
||||||
endif
|
|
||||||
|
|
||||||
gnutls = dependency('gnutls', version: '>= 3.6.0', required: get_option('gnutls'))
|
gnutls = dependency('gnutls', version: '>= 3.6.0', required: get_option('gnutls'))
|
||||||
if gnutls.found()
|
if gnutls.found()
|
||||||
|
Loading…
Reference in New Issue
Block a user