modular tests: depend on GIO 2.22 for GSocket
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 15 Apr 2011 12:31:33 +0000 (13:31 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 10 Jun 2011 17:32:25 +0000 (18:32 +0100)
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34570

configure.ac

index a259588..7f9a059 100644 (file)
@@ -184,7 +184,7 @@ fi
 # default (unless you don't have GLib), because they don't bloat the library
 # or binaries.
 if test "x$enable_modular_tests" != xno; then
-  PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.18],
+  PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.22, gio-2.0 >= 2.22],
     [],
     [if test "x$enable_modular_tests" = xyes; then
       AC_MSG_ERROR([GLib is required by the modular tests])