X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcomponent.h;h=82b32e4ad7b7717fb78b96dd92ad57fe06a8eabd;hb=4f78d9f016482ce1ac7d726852e33e07c090df1b;hp=663132ad3f7ede8c6fc994f6112c77c83c531ee9;hpb=74266a6e650f019063cdcd1c9a7bd26d8f99041b;p=builder.git diff --git a/source/component.h b/source/component.h index 663132a..82b32e4 100644 --- a/source/component.h +++ b/source/component.h @@ -49,6 +49,7 @@ public: const BuildInfo &get_build_info() const { return build_info; } bool get_install() const { return install; } const std::string &get_install_headers() const { return install_headers; } + const PkgRefList &get_requires() const { return requires; } void resolve_refs(); void create_build_info(); protected: