diff options
Diffstat (limited to 'bpkg/pkg-configure.hxx')
-rw-r--r-- | bpkg/pkg-configure.hxx | 4 |
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>& = {}); |