build: require libqmi 1.33.2

For the WCDMA RSCP TLV support.
This commit is contained in:
Aleksander Morgado
2022-11-22 11:03:09 +00:00
parent 03df6d4021
commit cb1fb00d41

View File

@@ -252,7 +252,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.32.0')
qmi_glib_dep = dependency('qmi-glib', version: '>= 1.33.2')
endif
config_h.set('WITH_QMI', enable_qmi)