summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-04-21 18:31:34 +0200
committerAlexander Larsson <alexl@redhat.com>2016-04-21 18:31:34 +0200
commit16a02dd6c16ed0ec7074725592e731c764f38749 (patch)
treea738647524998c6ce07a844bcb6bafb4fef181f6 /configure.ac
parent0b1bc5bc4eea05049726b6197b37f9dd3ac990a1 (diff)
downloadxdg-app-16a02dd6c16ed0ec7074725592e731c764f38749.tar.gz
Bump ostree requirement to 2016.5
This release has a bunch of important fixes and new features that we want to start relying on.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f48260c..a384aec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -114,7 +114,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 >= 2015.3])
+PKG_CHECK_MODULES(OSTREE, [libgsystem >= 2015.1 ostree-1 >= 2016.5])
AC_SUBST(OSTREE_CFLAGS)
AC_SUBST(OSTREE_LIBS)
save_LIBS=$LIBS