summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2016-01-04 14:29:39 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2016-02-13 11:28:22 +0100
commitc3b52e0f9557ff5bfa10e6bf895c6a1dda731495 (patch)
treee141065769d0caa98666b2541ca582eb4f66663f
parent8427871a010e19aa1ddb8f853cccae8ab8034540 (diff)
downloadspice-gtk-c3b52e0f9557ff5bfa10e6bf895c6a1dda731495.tar.gz
spice-gtk-c3b52e0f9557ff5bfa10e6bf895c6a1dda731495.tar.xz
spice-gtk-c3b52e0f9557ff5bfa10e6bf895c6a1dda731495.zip
build-sys: bump to spice-protocol 0.12.11
Needed for GL messages Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 38db8b5..0beec7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,7 +70,7 @@ AC_CHECK_LIBM
AC_SUBST(LIBM)
AC_CONFIG_SUBDIRS([spice-common])
-PKG_CHECK_MODULES([SPICE_PROTOCOL], [spice-protocol >= 0.12.10])
+PKG_CHECK_MODULES([SPICE_PROTOCOL], [spice-protocol >= 0.12.11])
COMMON_CFLAGS='-I ${top_srcdir}/spice-common/ ${SPICE_PROTOCOL_CFLAGS}'
AC_SUBST(COMMON_CFLAGS)