[gnome-boxes] Enable usb-redirection by default



commit 3da036c40d164a2199975787ab8f1588aef218bc
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Mon Apr 8 18:59:47 2013 +0300

    Enable usb-redirection by default
    
    The required qemu version 1.3 was out on Jan 28, 2013 and there has been
    stable 1.4 releases too since then.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=697569

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a79c534..8e39401 100644
--- a/configure.ac
+++ b/configure.ac
@@ -158,7 +158,7 @@ LIBGD_INIT([
 AC_MSG_CHECKING([whether USB redirection was enabled with --enable-usbredir])
 AC_ARG_ENABLE(usbredir,
        AS_HELP_STRING([--enable-usbredir],[Enable usb redirection (requires qemu 1.3)]),,
-        enable_usbredir=no)
+        enable_usbredir=yes)
 AS_IF([test "x$enable_usbredir" = "xyes"],
       [AC_DEFINE([HAVE_USBREDIR], [1], [Qemu supports usbredir]) AC_MSG_RESULT([yes])],
       [AC_DEFINE([HAVE_USBREDIR], [0], [Qemu supports usbredir]) AC_MSG_RESULT([no])])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]