diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2023-04-10 21:37:18 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2023-04-11 09:44:47 +0000 |
commit | c61a7db1b61652d5fc82d4556879af3139821750 (patch) | |
tree | 64eeef0a99c9f39e99a08667ea3c0577931e3c99 /meson.build | |
parent | 06646001cea1b7a12c5f91987e5ebd6cecb4ff80 (diff) |
helpers-qmi: support new personalization feature status type
The personalization feature enum used in "card status" is different to
the one used in other UIM operations like "depersonalization".
libqmi dependency updated to 1.33.6 to ensure we can use the new types.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index b8746263..96c21c57 100644 --- a/meson.build +++ b/meson.build @@ -257,7 +257,7 @@ config_h.set('WITH_MBIM', enable_mbim) # QMI support (enabled by default) enable_qmi = get_option('qmi') if enable_qmi - qmi_glib_dep = dependency('qmi-glib', version: '>= 1.33.4') + qmi_glib_dep = dependency('qmi-glib', version: '>= 1.33.6') endif config_h.set('WITH_QMI', enable_qmi) |