[Spice-commits] configure.ac

Christophe Fergau teuf at kemper.freedesktop.org
Thu Feb 9 01:27:03 PST 2012


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e33793ca6ca024ea37b45393ce217d53a8e83ad7
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Feb 8 11:28:07 2012 +0100

    Link with usbredirparser
    
    spice-gtk uses usbredirfilter_string_to_rules which is defined
    in usbredirparser but does not link with it. This causes link errors
    on some distributions. Fixes fdo bug #45761.

diff --git a/configure.ac b/configure.ac
index 470f714..d8602fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -344,7 +344,7 @@ if test "x$enable_usbredir" = "xno"; then
   AM_CONDITIONAL(WITH_USBREDIR, false)
 else
   PKG_CHECK_MODULES([USBREDIR],
-                    [gudev-1.0 libusb-1.0 >= 1.0.9 libusbredirhost >= 0.3.3],
+                    [gudev-1.0 libusb-1.0 >= 1.0.9 libusbredirhost >= 0.3.3 libusbredirparser >= 0.3.3],
                     [have_usbredir=yes],
                     [have_usbredir=no])
   if test "x$have_usbredir" = "xno" && test "x$enable_usbredir" = "xyes"; then


More information about the Spice-commits mailing list