mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 04:04:05 +00:00
trivial: meson.build: bump libqmi runtime dep to 1.23.1
This is the minimum version needed for DW5821e, which is one of the important devices that prompted MM support in the first place.
This commit is contained in:
parent
386f05bea5
commit
6db69de725
@ -256,7 +256,7 @@ if get_option('plugin_modem_manager')
|
||||
libmm_glib = dependency('mm-glib', version : '>= 1.10.0')
|
||||
add_project_arguments('-DMM_REQUIRED_VERSION="1.10.0"', language : 'c')
|
||||
libqmi_glib = dependency('qmi-glib', version : '>= 1.22.0')
|
||||
add_project_arguments('-DQMI_REQUIRED_VERSION="1.22.0"', language : 'c')
|
||||
add_project_arguments('-DQMI_REQUIRED_VERSION="1.23.1"', language : 'c')
|
||||
endif
|
||||
|
||||
if get_option('plugin_nvme')
|
||||
|
Loading…
Reference in New Issue
Block a user