Require ostree 2016.7 to get fix for issue #144

The new ostree has a fix for delta updates that lets us
re-enable these for updates via the system helper.
tingping/wmclass
Alexander Larsson 2016-07-29 01:19:25 +02:00
parent 3d603bbb30
commit cbe20d3a6c
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,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 >= 2016.6])
PKG_CHECK_MODULES(OSTREE, [libgsystem >= 2015.1 ostree-1 >= 2016.7])
save_LIBS=$LIBS
save_CFLAGS=$CFLAGS
LIBS=$OSTREE_LIBS