Blame SOURCES/kvm-usb-fix-libusb-config-variable-name.patch

4a2fec
From 6c6a4d0d8f5d83ee57b83a85889426389141498c Mon Sep 17 00:00:00 2001
4a2fec
From: Thomas Huth <thuth@redhat.com>
4a2fec
Date: Mon, 9 Oct 2017 12:32:39 +0200
4a2fec
Subject: [PATCH 20/34] usb: fix libusb config variable name.
4a2fec
4a2fec
RH-Author: Thomas Huth <thuth@redhat.com>
4a2fec
Message-id: <1507552368-9245-4-git-send-email-thuth@redhat.com>
4a2fec
Patchwork-id: 77023
4a2fec
O-Subject: [RHEL-7.5 qemu-kvm-ma PATCH 03/12] usb: fix libusb config variable name.
4a2fec
Bugzilla: 1492033
4a2fec
RH-Acked-by: Cornelia Huck <cohuck@redhat.com>
4a2fec
RH-Acked-by: David Gibson <dgibson@redhat.com>
4a2fec
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
4a2fec
4a2fec
From: Gerd Hoffmann <kraxel@redhat.com>
4a2fec
4a2fec
Cc: Jan Kiszka <jan.kiszka@siemens.com>
4a2fec
Fixes: 4e5ee5b21c84fe3023a64b5cc2e12a52ab0597c1
4a2fec
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
4a2fec
Tested-by: Jan Kiszka <jan.kiszka@siemens.com>
4a2fec
Message-id: 20170926063820.30773-1-kraxel@redhat.com
4a2fec
(cherry picked from commit 275d477a1adb084a47859507b20b05e7d65f8e8d)
4a2fec
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
4a2fec
---
4a2fec
 hw/usb/Makefile.objs | 2 +-
4a2fec
 1 file changed, 1 insertion(+), 1 deletion(-)
4a2fec
4a2fec
diff --git a/hw/usb/Makefile.objs b/hw/usb/Makefile.objs
4a2fec
index 757e365..01c18cf 100644
4a2fec
--- a/hw/usb/Makefile.objs
4a2fec
+++ b/hw/usb/Makefile.objs
4a2fec
@@ -38,7 +38,7 @@ endif
4a2fec
 common-obj-$(CONFIG_USB_REDIR) += redirect.o quirks.o
4a2fec
 
4a2fec
 # usb pass-through
4a2fec
-ifeq ($(CONFIG_LIBUSB)$(CONFIG_USB),yy)
4a2fec
+ifeq ($(CONFIG_USB_LIBUSB)$(CONFIG_USB),yy)
4a2fec
 common-obj-y += host-libusb.o host-legacy.o
4a2fec
 else
4a2fec
 common-obj-y += host-stub.o
4a2fec
-- 
4a2fec
1.8.3.1
4a2fec