mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-29 18:11:22 -05:00
Require latest ostree/libgsystem
This allows us to clean up some code and get the new static delta support.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user