mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 01:17:55 +00:00
Require libgusb 0.3.5
Newer version of libgusb has g_usb_device_get_configuration_index which will be used by cros-ec plugin. Skip bumping this dependency on Debian and Ubuntu as of this commit date, they don't know about 0.3.5 yet.
This commit is contained in:
parent
9832b4138c
commit
96bad357ad
@ -1,6 +1,6 @@
|
||||
%global glib2_version 2.45.8
|
||||
%global libxmlb_version 0.1.3
|
||||
%global libgusb_version 0.3.3
|
||||
%global libgusb_version 0.3.5
|
||||
%global libsoup_version 2.51.92
|
||||
%global libjcat_version 0.1.0
|
||||
%global systemd_version 231
|
||||
|
@ -201,7 +201,7 @@ else
|
||||
gudev = dependency('', required : false)
|
||||
endif
|
||||
libxmlb = dependency('xmlb', version : '>= 0.1.13', fallback : ['libxmlb', 'libxmlb_dep'])
|
||||
gusb = dependency('gusb', version : '>= 0.3.3', fallback : ['gusb', 'gusb_dep'])
|
||||
gusb = dependency('gusb', version : '>= 0.3.5', fallback : ['gusb', 'gusb_dep'])
|
||||
sqlite = dependency('sqlite3')
|
||||
libarchive = dependency('libarchive')
|
||||
endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
[wrap-git]
|
||||
directory = gusb
|
||||
url = https://github.com/hughsie/libgusb.git
|
||||
revision = 0.3.3
|
||||
revision = 0.3.5
|
||||
|
Loading…
Reference in New Issue
Block a user