Accepting request 222785 from home:bfrogers:branches:Virtualization
Enable usb passthrough again, now that we have a recent libusb available. OBS-URL: https://build.opensuse.org/request/show/222785 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=185
This commit is contained in:
parent
872c59b0ba
commit
965cd06526
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 16:06:00 UTC 2014 - brogers@suse.com
|
||||
|
||||
- enable usb passthrough via --enable-libusb config option
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 15 15:46:54 UTC 2014 - brogers@suse.com
|
||||
|
||||
|
@ -131,6 +131,9 @@ BuildRequires: libpcap-devel
|
||||
BuildRequires: libpixman-1-0-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpulse-devel
|
||||
%if 0%{?suse_version} > 1310
|
||||
BuildRequires: libusb
|
||||
%endif
|
||||
BuildRequires: libvdeplug3-devel
|
||||
%if 0%{?suse_version} > 1220
|
||||
BuildRequires: makeinfo
|
||||
@ -390,6 +393,9 @@ done
|
||||
%else
|
||||
--disable-spice \
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1310
|
||||
--enable-libusb \
|
||||
%endif
|
||||
%if 0%{?sles_version} != 11
|
||||
--enable-usb-redir \
|
||||
%endif
|
||||
|
@ -90,6 +90,9 @@ BuildRequires: libpcap-devel
|
||||
BuildRequires: libpixman-1-0-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpulse-devel
|
||||
%if 0%{?suse_version} > 1310
|
||||
BuildRequires: libusb
|
||||
%endif
|
||||
BuildRequires: libvdeplug3-devel
|
||||
%if 0%{?suse_version} > 1220
|
||||
BuildRequires: makeinfo
|
||||
@ -308,6 +311,9 @@ done
|
||||
%else
|
||||
--disable-spice \
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1310
|
||||
--enable-libusb \
|
||||
%endif
|
||||
%if 0%{?sles_version} != 11
|
||||
--enable-usb-redir \
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user