[Spice-devel] [PATCH spice-gtk 1/3] Require gtk+ 3.12

Pavel Grunt pgrunt at redhat.com
Mon Jun 13 09:34:59 UTC 2016


Allow to use gtk_stack_get_child_by_name
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3fe8055..6e65188 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,8 +123,8 @@ AC_ARG_WITH([gtk],
   [with_gtk=3.0])
 
 case "$with_gtk" in
-  3.0) GTK_REQUIRED=3.10
-       GTK_ENCODED_VERSION="GDK_VERSION_3_10"
+  3.0) GTK_REQUIRED=3.12
+       GTK_ENCODED_VERSION="GDK_VERSION_3_12"
        ;;
   no)
        AS_IF([test x$enable_gtk_doc = xyes],
-- 
2.8.4



More information about the Spice-devel mailing list