mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 04:57:59 +00:00
trivial: correct version comparison for polkit 0.114 in meson.build
This commit is contained in:
parent
815c2d5ba0
commit
f0bb65efa8
@ -121,7 +121,7 @@ gio = dependency('gio-2.0', version : '>= 2.45.8')
|
||||
gmodule = dependency('gmodule-2.0')
|
||||
giounix = dependency('gio-unix-2.0', version : '>= 2.45.8')
|
||||
polkit = dependency('polkit-gobject-1', version : '>= 0.103')
|
||||
if polkit.version() >= '0.114'
|
||||
if polkit.version().version_compare('>= 0.114')
|
||||
conf.set('HAVE_POLKIT_0_114', '1')
|
||||
endif
|
||||
gudev = dependency('gudev-1.0')
|
||||
|
Loading…
Reference in New Issue
Block a user