From 7263a091971f42a611f5b03239135e8c3ef9bb47 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 29 Apr 2017 17:21:59 +0200 Subject: Check ODB version --- bpkg/version-impl.in | 8 ++++++++ manifest | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/bpkg/version-impl.in b/bpkg/version-impl.in index 053c129..8d15e68 100644 --- a/bpkg/version-impl.in +++ b/bpkg/version-impl.in @@ -45,6 +45,14 @@ $libbutl.check(LIBBUTL_VERSION, LIBBUTL_SNAPSHOT)$ $libbpkg.check(LIBBPKG_VERSION, LIBBPKG_SNAPSHOT)$ +#include + +$libodb.check(LIBODB_VERSION, LIBODB_SNAPSHOT)$ + +#include + +$libodb-sqlite.check(LIBODB_SQLITE_VERSION, LIBODB_SQLITE_SNAPSHOT)$ + // User agent. // #if defined(_WIN32) diff --git a/manifest b/manifest index db2d5b8..d1ea430 100644 --- a/manifest +++ b/manifest @@ -14,7 +14,7 @@ depends: * build2 >= 0.5.0- depends: * bpkg >= 0.5.0- # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. +depends: libodb [2.5.0-b.1.1 2.5.0-b.2) +depends: libodb-sqlite [2.5.0-b.1.1 2.5.0-b.2) depends: libbutl [0.5.0-b.0.1 0.5.0-b.1) depends: libbpkg [0.5.0-b.0.1 0.5.0-b.1) -depends: libodb [2.5.0-a10 2.6.0-); 2.5.X -depends: libodb-sqlite [2.5.0-a10 2.6.0-); 2.5.X -- cgit v1.1