From 7bc3956b8efbe79c610ab73509b6c89c435656e2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 14 Jul 2022 22:39:46 +0300 Subject: Select next dependency alternative on dependency configuration negotiation failure in pkg-build --- bpkg/package-skeleton.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bpkg/package-skeleton.hxx') diff --git a/bpkg/package-skeleton.hxx b/bpkg/package-skeleton.hxx index 7224d1d..9f76221 100644 --- a/bpkg/package-skeleton.hxx +++ b/bpkg/package-skeleton.hxx @@ -141,11 +141,13 @@ namespace bpkg bool evaluate_prefer_accept (const dependency_configurations&, - const string&, const string&, pair); + const string&, const string&, pair, + bool has_alternative); bool evaluate_require (const dependency_configurations&, - const string&, pair); + const string&, pair, + bool has_alternative); // Reset the skeleton to the start of the call sequence. // -- cgit v1.1