From a3925d12af6a6ae75897d5aab25a9de0edb642fb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Sep 2016 09:24:39 +0200 Subject: Add support for build-time dependencies --- bpkg/satisfaction | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bpkg/satisfaction') diff --git a/bpkg/satisfaction b/bpkg/satisfaction index a140b5f..ae78a98 100644 --- a/bpkg/satisfaction +++ b/bpkg/satisfaction @@ -9,6 +9,7 @@ #include #include +#include namespace bpkg { @@ -36,6 +37,14 @@ namespace bpkg { return l ? (!r || satisfies (*l, *r)) : !r; } + + // Special build-time dependencies. + // + void + satisfy_build2 (const common_options&, const string& pkg, const dependency&); + + void + satisfy_bpkg (const common_options&, const string& pkg, const dependency&); } #endif // BPKG_SATISFACTION -- cgit v1.1