mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 11:59:02 +00:00
Revert "meson.build: Change python version check order"
This reverts commit 1b396215d9
.
This commit is contained in:
parent
e64ebe8a7c
commit
00cc29c3af
@ -252,7 +252,7 @@ libm = cc.find_library('m', required: false)
|
||||
libgcab = dependency('libgcab-1.0', version : '>= 1.0', fallback : ['gcab', 'gcab_dep'])
|
||||
gcab = find_program('gcab', required : get_option('tests'))
|
||||
bashcomp = dependency('bash-completion', required: false)
|
||||
python3 = find_program('python3.8', 'python3', 'python3.9')
|
||||
python3 = find_program('python3')
|
||||
|
||||
if get_option('gnutls')
|
||||
gnutls = dependency('gnutls', version : '>= 3.6.0')
|
||||
|
Loading…
Reference in New Issue
Block a user