aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-configure
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-08-19 17:37:29 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-08-29 18:20:03 +0300
commit53c2aa8e382dd50d09b385285bc3fa0b645ace0a (patch)
tree6d23d091bc57c0aa8d8a529e63ec2f2f22322a3a /bpkg/pkg-configure
parenta4b29effed15b0a3e9309a4633a3ada37f3081e6 (diff)
Support system packages
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