Require latest ostree/libgsystem

This allows us to clean up some code and get the new static delta
support.
This commit is contained in:
Alexander Larsson
2015-01-12 15:31:12 +01:00
parent cf9713e9c4
commit 3b1893aaaf

View File

@@ -25,7 +25,7 @@ if test "x$GCC" = "xyes"; then
esac
fi
PKG_CHECK_MODULES(OSTREE, [glib-2.0 libgsystem gio-2.0 ostree-1])
PKG_CHECK_MODULES(OSTREE, [glib-2.0 libgsystem >= 2015.1 gio-2.0 ostree-1 >= 2015.1])
AC_SUBST(OSTREE_CFLAGS)
AC_SUBST(OSTREE_LIBS)