trivial: meson.build: bump modem manager dependencies

These match the absolute minimums needed to use MM support.
This commit is contained in:
Mario Limonciello 2019-02-27 09:20:17 -06:00 committed by Richard Hughes
parent fc8093626c
commit 386f05bea5

View File

@ -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