[Spice-devel] [spice-gtk 1/5] build: require minimal libusb version 1.0.21

Victor Toso victortoso at redhat.com
Thu Jul 18 06:26:41 UTC 2019


On Mon, Jul 15, 2019 at 10:21:54AM -0400, Frediano Ziglio wrote:
> 
> > 
> > Previous commit ca641a5b92 uses libusb_interrupt_event_handler
> > which requires newer version of libusb.
> > 
> > Signed-off-by: Yuri Benditovich <yuri.benditovich at daynix.com>
> 
> My fault.

And mine, I acked but didn't check that ;)

> According to repology this should not be an issue.
> Fine for me.

Too,
Acked-by: Victor Toso <victortoso at redhat.com>

> 
> > ---
> >  meson.build | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/meson.build b/meson.build
> > index 32561ee..54160f9 100644
> > --- a/meson.build
> > +++ b/meson.build
> > @@ -199,7 +199,7 @@ usbredir_version = '0.7.1'
> >  usbredir_version_info = '>= @0@'.format(usbredir_version)
> >  d1 = dependency('libusbredirparser-0.5', version: usbredir_version_info,
> >  required : get_option('usbredir'))
> >  d2 = dependency('libusbredirhost', version: usbredir_version_info, required
> >  : get_option('usbredir'))
> > -d3 = dependency('libusb-1.0', version : '>= 1.0.16', required :
> > get_option('usbredir'))
> > +d3 = dependency('libusb-1.0', version : '>= 1.0.21', required :
> > get_option('usbredir'))
> >  if d1.found() and d2.found() and d3.found()
> >    spice_glib_deps += [d1, d2, d3]
> >    spice_gtk_config_data.set('USE_USBREDIR', '1')
> 
> Frediano
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20190718/cfb0eff8/attachment.sig>


More information about the Spice-devel mailing list