]> git.tdb.fi Git - builder.git/blobdiff - source/package.h
Revamp problem reporting system to be more useful
[builder.git] / source / package.h
index a2563bf3004d36027a6e5c37611a75dad545bb13..4620cf475f51d3d99b5d251b274a760a92a4fb97 100644 (file)
@@ -40,6 +40,7 @@ public:
        const std::string   &get_name() const           { return name; }
        Builder             &get_builder() const        { return builder; }
        const PackageList   &get_requires() const       { return requires; }
+       PackageList         collect_requires();
        const BuildInfo     &get_exported_binfo() const { return export_binfo; }
 
        /// Indicates whether or not this package supports pkg-config