mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-29 20:32:50 +00:00
trivial: fix libqmi build dependency
The build dependency of libqmi was attempted to be updated in
commit 6db69de725
, but wasn't properly done, as
only the QMI_REQUIRED_VERSION symbol was updated, not the actual
pkgconfig required version.
This commit is contained in:
parent
dd415ab396
commit
dcbd979b8f
@ -408,7 +408,7 @@ endif
|
||||
if build_standalone and 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')
|
||||
libqmi_glib = dependency('qmi-glib', version : '>= 1.23.1')
|
||||
add_project_arguments('-DQMI_REQUIRED_VERSION="1.23.1"', language : 'c')
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user