build: require libqmi 1.33.2
For the WCDMA RSCP TLV support.
This commit is contained in:
@@ -252,7 +252,7 @@ config_h.set('WITH_MBIM', enable_mbim)
|
|||||||
# QMI support (enabled by default)
|
# QMI support (enabled by default)
|
||||||
enable_qmi = get_option('qmi')
|
enable_qmi = get_option('qmi')
|
||||||
if enable_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
|
endif
|
||||||
config_h.set('WITH_QMI', enable_qmi)
|
config_h.set('WITH_QMI', enable_qmi)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user