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:
Mario Limonciello 2019-02-27 09:21:05 -06:00 committed by Richard Hughes
parent 386f05bea5
commit 6db69de725

View File

@ -256,7 +256,7 @@ if get_option('plugin_modem_manager')
libmm_glib = dependency('mm-glib', version : '>= 1.10.0') libmm_glib = dependency('mm-glib', version : '>= 1.10.0')
add_project_arguments('-DMM_REQUIRED_VERSION="1.10.0"', language : 'c') add_project_arguments('-DMM_REQUIRED_VERSION="1.10.0"', language : 'c')
libqmi_glib = dependency('qmi-glib', version : '>= 1.22.0') 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 endif
if get_option('plugin_nvme') if get_option('plugin_nvme')