Bump required GTK & GLib versions

This commit is contained in:
Niels De Graef 2017-07-18 11:19:35 +02:00
parent 9d89ccf1a1
commit 4e9a0a91fa
2 changed files with 7 additions and 4 deletions

View file

@ -24,11 +24,14 @@ AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums])
AC_PATH_PROG([GLIB_COMPILE_RESOURCES],[glib-compile-resources])
GLIB_GSETTINGS
pkg_modules="gtk+-3.0 >= 3.20.0
glib-2.0 >= 2.37.6
GLIB_REQUIRED=2.44.0
AC_SUBST(GLIB_REQUIRED)
pkg_modules="gtk+-3.0 >= 3.22.0
glib-2.0 >= $GLIB_REQUIRED
gmodule-export-2.0
gnome-desktop-3.0
gio-unix-2.0
gio-unix-2.0 >= $GLIB_REQUIRED
folks >= 0.11.4
folks-telepathy
folks-eds

View file

@ -12,7 +12,7 @@ AM_CPPFLAGS = \
AM_VALAFLAGS = \
--vapidir=../vapi --pkg config --pkg custom \
@CONTACTS_PACKAGES@ \
--target-glib=2.38 --gresources=$(top_srcdir)/data/contacts.gresource.xml \
--target-glib=$(GLIB_REQUIRED) --gresources=$(top_srcdir)/data/contacts.gresource.xml \
$(NULL)
if BUILD_CHEESE