mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-31 02:51:22 -05:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user