mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-01 17:30:13 +01:00
modular tests: depend on GIO 2.22 for GSocket
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34570
This commit is contained in:
parent
da6b4d0426
commit
59da5cb2a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue