[Spice-devel] [PATCH linux/vd_agent] configure.ac: Bump spice-protocol to v0.12.8

Pavel Grunt pgrunt at redhat.com
Tue May 26 00:25:43 PDT 2015


It is needed for the volume sync (VD_AGENT_AUDIO_VOLUME_SYNC)
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 959c474..37ae160 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,7 @@ AC_ARG_ENABLE([static-uinput],
 
 PKG_CHECK_MODULES([GLIB2], [glib-2.0 >= 2.12])
 PKG_CHECK_MODULES(X, [xfixes xrandr >= 1.3 xinerama x11])
-PKG_CHECK_MODULES(SPICE, [spice-protocol >= 0.12.5])
+PKG_CHECK_MODULES(SPICE, [spice-protocol >= 0.12.8])
 PKG_CHECK_MODULES(ALSA, [alsa >= 1.0.22])
 
 if test "$with_session_info" = "auto" || test "$with_session_info" = "systemd"; then
-- 
2.4.1



More information about the Spice-devel mailing list