From 2dbac9c6d08697e28af28178b2ce041140164842 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 7 Feb 2022 14:02:11 +0300 Subject: Introduce package_skeleton for evaluating dependency clauses --- bpkg/pkg-configure.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/pkg-configure.hxx') 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 // package_prerequisites, // dependencies. +#include #include namespace bpkg @@ -42,8 +43,7 @@ namespace bpkg transaction&, const shared_ptr&, const dependencies&, - const string& bootstrap_build, - const optional& root_build, + package_skeleton&, const strings& config_vars, bool simulate, const function& = {}); -- cgit v1.1