Depend on GLib >= 2.24.0 and GTK+ 2.20.0

This commit is contained in:
Michael Natterer
2010-04-19 19:03:08 +02:00
parent 6d75f53be8
commit a0358f7c64
3 changed files with 17 additions and 17 deletions

View File

@ -120,7 +120,7 @@ static gchar *
sanity_check_glib (void)
{
#define GLIB_REQUIRED_MAJOR 2
#define GLIB_REQUIRED_MINOR 22
#define GLIB_REQUIRED_MINOR 24
#define GLIB_REQUIRED_MICRO 0
const gchar *mismatch = glib_check_version (GLIB_REQUIRED_MAJOR,