mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-23 21:26:58 +00:00
Increase minimum required AppStream-Glib version to 0.6.13
Adds regex command used for comparing firmware versions.
This commit is contained in:
parent
e2ecefa3c3
commit
584921f16c
@ -118,7 +118,7 @@ if polkit.version() >= '0.114'
|
||||
endif
|
||||
gcab = dependency('libgcab-1.0')
|
||||
gudev = dependency('gudev-1.0')
|
||||
appstream_glib = dependency('appstream-glib', version : '>= 0.5.10')
|
||||
appstream_glib = dependency('appstream-glib', version : '>= 0.6.13')
|
||||
gusb = dependency('gusb', version : '>= 0.2.9')
|
||||
sqlite = dependency('sqlite3')
|
||||
libarchive = dependency('libarchive')
|
||||
|
Loading…
Reference in New Issue
Block a user