aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-configure
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-configure')
-rw-r--r--bpkg/pkg-configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/bpkg/pkg-configure b/bpkg/pkg-configure
index 9b044e2..fc09ac5 100644
--- a/bpkg/pkg-configure
+++ b/bpkg/pkg-configure
@@ -9,6 +9,7 @@
#include <bpkg/forward> // transaction, selected_package
#include <bpkg/utility>
+#include <bpkg/package>
#include <bpkg/pkg-configure-options>
namespace bpkg
@@ -24,6 +25,11 @@ namespace bpkg
transaction&,
const shared_ptr<selected_package>&,
const strings& config_vars);
+
+ // Configure a system package and commit the transaction.
+ //
+ shared_ptr<selected_package>
+ pkg_configure_system (const string& name, const version&, transaction&);
}
#endif // BPKG_PKG_CONFIGURE