summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2015-09-12 00:50:57 +0200
committerLionel Landwerlin <llandwerlin@gmail.com>2015-09-12 00:51:51 +0200
commitde30c40bfceb47d5fff952abdf729778c1606c75 (patch)
treee4fe9260718ef102e3d8338da535eea2d917a4fd
parentf53e60361a1cb37b6653ca6bf4fc77d4baa2d73d (diff)
downloadclutter-gtk-de30c40bfceb47d5fff952abdf729778c1606c75.tar.gz
configure.ac: bump gtk+ dependency
Some of the gdk/wayland symbols we depend on are actually from Gtk+ 3.8.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 60eb29e..758074a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,7 +83,7 @@ AC_CHECK_LIBM
AC_SUBST(LIBM)
m4_define([clutter_req_version], [1.23.7])
-m4_define([gtk_req_version], [3.6.0])
+m4_define([gtk_req_version], [3.8.0])
PKG_CHECK_MODULES([CLUTTER_GTK_DEPS], [clutter-1.0 >= clutter_req_version gtk+-3.0 >= gtk_req_version])
AC_SUBST([CLUTTER_GTK_DEPS_CFLAGS])