aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-configure.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-02-07 14:02:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-02-07 14:02:44 +0300
commit2dbac9c6d08697e28af28178b2ce041140164842 (patch)
tree293996fcce76c18f03ef8f4577e92a0e04f0ffd7 /bpkg/pkg-configure.hxx
parent0e954df70c6133d84660ee446fdb33ecb61a8c3f (diff)
Introduce package_skeleton for evaluating dependency clauses
Diffstat (limited to 'bpkg/pkg-configure.hxx')
-rw-r--r--bpkg/pkg-configure.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/pkg-configure.hxx b/bpkg/pkg-configure.hxx
index 4fc99fa..1b92281 100644
--- a/bpkg/pkg-configure.hxx
+++ b/bpkg/pkg-configure.hxx
@@ -13,6 +13,7 @@
#include <bpkg/package.hxx> // package_prerequisites,
// dependencies.
+#include <bpkg/package-skeleton.hxx>
#include <bpkg/pkg-configure-options.hxx>
namespace bpkg
@@ -42,8 +43,7 @@ namespace bpkg
transaction&,
const shared_ptr<selected_package>&,
const dependencies&,
- const string& bootstrap_build,
- const optional<string>& root_build,
+ package_skeleton&,
const strings& config_vars,
bool simulate,
const function<find_database_function>& = {});