From 3b1893aaafa6d73cf99e416e99bc15eb11d876cc Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 12 Jan 2015 15:31:12 +0100 Subject: [PATCH] Require latest ostree/libgsystem This allows us to clean up some code and get the new static delta support. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7d084572..08f5af76 100644 --- a/configure.ac +++ b/configure.ac @@ -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)