Bump ostree requirement to 2016.5

This release has a bunch of important fixes and new features that we
want to start relying on.
tingping/wmclass
Alexander Larsson 2016-04-21 18:31:34 +02:00
parent 0b1bc5bc4e
commit 16a02dd6c1
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ if test "x$enable_sandboxed_triggers" = "xno"; then
[Define if sandboxed triggers are disabled])
fi
PKG_CHECK_MODULES(OSTREE, [libgsystem >= 2015.1 ostree-1 >= 2015.3])
PKG_CHECK_MODULES(OSTREE, [libgsystem >= 2015.1 ostree-1 >= 2016.5])
AC_SUBST(OSTREE_CFLAGS)
AC_SUBST(OSTREE_LIBS)
save_LIBS=$LIBS