mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 15:50:29 +00:00
trivial: meson.build: bump modem manager dependencies
These match the absolute minimums needed to use MM support.
This commit is contained in:
parent
fc8093626c
commit
386f05bea5
@ -253,8 +253,8 @@ if get_option('plugin_dell')
|
||||
endif
|
||||
|
||||
if get_option('plugin_modem_manager')
|
||||
libmm_glib = dependency('mm-glib', version : '>= 1.9.1')
|
||||
add_project_arguments('-DMM_REQUIRED_VERSION="1.9.1"', language : 'c')
|
||||
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')
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user