summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2012-09-21 19:53:26 +0200
committerAurelien Jarno <aurelien@aurel32.net>2012-09-21 19:53:26 +0200
commitcfb75cb9807463ebe18b127096b48b5d0db1ce03 (patch)
treea3b36bd2aa65beda00d9ab3aea00627c72d5bd15 /configure
parente55f523d7977480462151d8abb0ebb4b1747eabf (diff)
parent72a04d0c178f01908d74539230d9de64ffc6da19 (diff)
downloadhqemu-cfb75cb9807463ebe18b127096b48b5d0db1ce03.zip
hqemu-cfb75cb9807463ebe18b127096b48b5d0db1ce03.tar.gz
Merge branch 'usb.65' of git://git.kraxel.org/qemu
* 'usb.65' of git://git.kraxel.org/qemu: uhci: Don't queue up packets after one with the SPD flag set usb-redir: Revert usb-redir part of commit 93bfef4c usb-redir: Add chardev open / close debug logging usb-redir: Add support for migration usb-redir: Store max_packet_size in endp_data usb-redir: Add an already_in_flight packet-id queue usb-redir: Change cancelled packet code into a generic packet-id queue ehci: Walk async schedule before and after migration ehci: Don't set seen to 0 when removing unseen queue-heads configure: usbredir fixes ehci: Don't process too much frames in 1 timer tick (v2) ehci: Fix interrupts stopping when Interrupt Threshold Control is 8 ehci: switch to new-style memory ops usb-host: allow emulated (non-async) control requests without USBPacket
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8564142..9caa545 100755
--- a/configure
+++ b/configure
@@ -2795,7 +2795,7 @@ if test "$usb_redir" != "no" ; then
usb_redir_cflags=$($pkg_config --cflags libusbredirparser 2>/dev/null)
usb_redir_libs=$($pkg_config --libs libusbredirparser 2>/dev/null)
QEMU_CFLAGS="$QEMU_CFLAGS $usb_redir_cflags"
- LIBS="$LIBS $usb_redir_libs"
+ libs_softmmu="$libs_softmmu $usb_redir_libs"
else
if test "$usb_redir" = "yes"; then
feature_not_found "usb-redir"
OpenPOWER on IntegriCloud