Require OSTree 2016.10 for mtime revert

It seems OSTree switched back to 0 for mtimes, so we have to switch
back too. We need to depend on this release to ensure that all
created repos gets things right.
tingping/wmclass
Alexander Larsson 2016-09-09 09:13:20 +02:00
parent a46f8ed1d3
commit cd3cccf136
1 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ AC_INIT([Flatpak],
GLIB_REQS=2.40
SYSTEM_BWRAP_REQS=0.1.2
OSTREE_REQS=2016.10
AC_USE_SYSTEM_EXTENSIONS
@ -168,7 +169,7 @@ if test "x$enable_sandboxed_triggers" = "xno"; then
[Define if sandboxed triggers are disabled])
fi
PKG_CHECK_MODULES(OSTREE, [ostree-1 >= 2016.7])
PKG_CHECK_MODULES(OSTREE, [ostree-1 >= $OSTREE_REQS])
save_LIBS=$LIBS
save_CFLAGS=$CFLAGS
LIBS=$OSTREE_LIBS