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

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

Change-Id: If9430ee2d0b92225cbd492f24598852b06f23079
üst 71ccb4b0
...@@ -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 ) PKG_CHECK_MODULES( GIO, gio-2.0 >= 2.24 )
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