From 6db69de72536964097b05b08b6ef0e0a00f63e7f Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 27 Feb 2019 09:21:05 -0600 Subject: [PATCH] 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. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index db6e15538..a9ccbc44f 100644 --- a/meson.build +++ b/meson.build @@ -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')