summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2020-12-09 09:19:43 +0100
committerAlexander Schwinn <alexxcons@xfce.org>2020-12-09 09:19:43 +0100
commit6e6dbd1ad0bbac5d59901883e31057ef99fb6cf8 (patch)
treeeb75108f39eb7601ee107f40fd3507ff3118bf57 /configure.ac
parent49b08f90ad32e4e11d93ec66cccdbd2075e6c6d9 (diff)
downloadtumbler-6e6dbd1ad0bbac5d59901883e31057ef99fb6cf8.tar.gz
bump glib (and gio, gthread, etc) minimum to 2.50.0
In order to unify dependencies for core components. (See 4.16 roadmap)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index bdbd6d3..117b64a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,11 +143,11 @@ fi
dnl ***********************************
dnl *** Check for required packages ***
dnl ***********************************
-PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.42.0])
-PKG_CHECK_MODULES([GIO], [gio-2.0 >= 2.42.0])
-PKG_CHECK_MODULES([GIO_UNIX], [gio-unix-2.0 >= 2.42.0])
-PKG_CHECK_MODULES([GMODULE], [gmodule-2.0 >= 2.42.0])
-PKG_CHECK_MODULES([GTHREAD], [gthread-2.0 >= 2.42.0])
+PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.50.0])
+PKG_CHECK_MODULES([GIO], [gio-2.0 >= 2.50.0])
+PKG_CHECK_MODULES([GIO_UNIX], [gio-unix-2.0 >= 2.50.0])
+PKG_CHECK_MODULES([GMODULE], [gmodule-2.0 >= 2.50.0])
+PKG_CHECK_MODULES([GTHREAD], [gthread-2.0 >= 2.5ß.0])
dnl *************************
dnl *** Check for plugins ***