[libchamplain] Bump some really old dependencies to stable versions



commit eefecbda12134d6beddd9dcc0505471aa0479e66
Author: Jiří Techet <techet gmail com>
Date:   Wed Feb 6 11:38:36 2019 +0100

    Bump some really old dependencies to stable versions

 configure.ac | 12 ++++++------
 meson.build  |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d1ef7ef..cfb3a78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,11 +61,11 @@ AC_SUBST(LIBM)
 
 PKG_CHECK_MODULES(DEPS,
   [   glib-2.0 >= 2.38
-      gobject-2.0 >= 2.10
-      gdk-3.0 >= 2.90
+      gobject-2.0 >= 2.38
+      gio-2.0 >= 2.38
+      gdk-3.0 >= 3.0
       clutter-1.0 >= 1.24
       cairo >= 1.4
-      gio-2.0 >= 2.16
       sqlite3 >= 3.0
       libsoup-2.4 >= 2.42
   ]
@@ -73,7 +73,7 @@ PKG_CHECK_MODULES(DEPS,
 AC_SUBST(DEPS_CFLAGS)
 AC_SUBST(DEPS_LIBS)
 
-AM_PATH_GLIB_2_0(2.16.0,,gobject gthread gio)
+AM_PATH_GLIB_2_0(2.38.0,,gobject gthread gio)
 
 # check for gtk-doc
 GTK_DOC_CHECK(1.9)
@@ -105,8 +105,8 @@ AC_ARG_ENABLE(gtk,
 
 if test x$enable_gtk = xyes; then
   PKG_CHECK_MODULES(GTK,
-    [   gtk+-3.0 >= 2.90
-        clutter-gtk-1.0 >= 0.90
+    [   gtk+-3.0 >= 3.0
+        clutter-gtk-1.0 >= 1.0
     ]
   )
   AC_SUBST(GTK_CFLAGS)
diff --git a/meson.build b/meson.build
index bd4cf45..eb66d70 100644
--- a/meson.build
+++ b/meson.build
@@ -55,10 +55,10 @@ cc = meson.get_compiler('c')
 
 libm_dep = cc.find_library('m', required: true)
 
-glib_req = '>= 2.38.0'
-gtk_req = '>= 2.90.0'
+glib_req = '>= 2.38'
+gtk_req = '>= 3.0'
 clutter_req = '>= 1.24'
-clutter_gtk_req = '>= 0.90'
+clutter_gtk_req = '>= 1.0'
 cairo_req = '>= 1.4'
 sqlite_req = '>= 3.0'
 libsoup_req = '>= 2.42'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]