summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-08-14 16:45:19 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-09-15 18:18:48 +0200
commitfafe7091e75a8906d7a1c2204577bdd1f69fdea6 (patch)
tree9681d94d89b3127c442a6720a4f5ca2728efdba2 /configure.ac
parent7f46b1575f8659bbaf7502baa6cd2a0d33e203b4 (diff)
downloadspice-gtk-fafe7091e75a8906d7a1c2204577bdd1f69fdea6.tar.gz
spice-gtk-fafe7091e75a8906d7a1c2204577bdd1f69fdea6.tar.xz
spice-gtk-fafe7091e75a8906d7a1c2204577bdd1f69fdea6.zip
build-sys: Fix spice-protocol requirements in .pc file
Commit d0ae58a8 added spice-protocol >= 0.12.10 to the Requires.private field in spice-client-glib.pc. However it's already present in the Requires field without a version check. Once spice-gtk is built and installed, building a program against spice-gtk needs spice-protocol, but no specific version of it, so we can drop the duplicate Requires.private requirement, and keep the unversioned one in Requires.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0a60ec3..577f9a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,7 +101,7 @@ if test ! -e "$srcdir/src/vncdisplaykeymap_osx2xtkbd.c"; then
AC_MSG_RESULT([found])
fi
-SPICE_GLIB_REQUIRES="spice-protocol >= 0.12.10"
+SPICE_GLIB_REQUIRES=""
SPICE_GTK_REQUIRES=""
PKG_CHECK_MODULES(PIXMAN, pixman-1 >= 0.17.7)