aboutsummaryrefslogtreecommitdiff
path: root/bpkg/satisfaction
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/satisfaction')
-rw-r--r--bpkg/satisfaction9
1 files changed, 9 insertions, 0 deletions
diff --git a/bpkg/satisfaction b/bpkg/satisfaction
index a140b5f..ae78a98 100644
--- a/bpkg/satisfaction
+++ b/bpkg/satisfaction
@@ -9,6 +9,7 @@
#include <bpkg/utility>
#include <bpkg/package>
+#include <bpkg/common-options>
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