[Spice-devel] [spice-gtk] Link with usbredirparser
Christophe Fergeau
cfergeau at redhat.com
Wed Feb 8 02:29:11 PST 2012
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.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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
--
1.7.7.6
More information about the Spice-devel
mailing list