From 386f05bea571c190da6c8d2bea75175bd0dd58a4 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 27 Feb 2019 09:20:17 -0600 Subject: [PATCH] trivial: meson.build: bump modem manager dependencies These match the absolute minimums needed to use MM support. --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index b197a376b..db6e15538 100644 --- a/meson.build +++ b/meson.build @@ -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