X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpackage.h;h=4620cf475f51d3d99b5d251b274a760a92a4fb97;hb=1968c546cfb30214e8dc5afc722bec14aa8373f5;hp=a2563bf3004d36027a6e5c37611a75dad545bb13;hpb=c679a9dd1a97ae3b1ffa568143d42d02c2ca9e74;p=builder.git diff --git a/source/package.h b/source/package.h index a2563bf..4620cf4 100644 --- a/source/package.h +++ b/source/package.h @@ -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