Kaydet (Commit) a51d6bf4 authored tarafından Luboš Luňák's avatar Luboš Luňák

Revert "--enable-gio requires GVariant, which is >= 2.24"

It is actually only the shell/Library_losessioninstall.mk that requires
GVariant, and that one is Linux-only, all other GIO stuff is fine.
Which means now e.g. the ARM tinderbox fails. Revert, and either ignore
or wait for somebody to write a better check.

This reverts commit e5114027.
üst 5be14df2
...@@ -9361,7 +9361,7 @@ if test "$test_gtk" = "yes"; then ...@@ -9361,7 +9361,7 @@ if test "$test_gtk" = "yes"; then
fi fi
ENABLE_GIO="TRUE" ENABLE_GIO="TRUE"
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
PKG_CHECK_MODULES( GIO, gio-2.0 >= 2.24 ) PKG_CHECK_MODULES( GIO, gio-2.0 )
else else
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment