X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fsourcepackage.h;h=5b4ffd0474bc8a1e2f79c060e58193edb77cd20d;hb=3b13563d75a8fd711a9cf87cae62960f90a5bc39;hp=d55d373528dc329fc88bf2be82e82d0b6ee59447;hpb=bd61d7fbd0ba77356b6def1dd20f8cebe31de182;p=builder.git diff --git a/source/sourcepackage.h b/source/sourcepackage.h index d55d373..5b4ffd0 100644 --- a/source/sourcepackage.h +++ b/source/sourcepackage.h @@ -65,6 +65,7 @@ private: public: SourcePackage(Builder &, const std::string &, const Msp::FS::Path &); + const std::string &get_version() const { return version; } const std::string &get_description() const { return description; } const Msp::FS::Path &get_source() const { return source; } @@ -78,8 +79,6 @@ public: DependencyCache &get_deps_cache() const { return deps_cache; } private: - /** Fills in build info based on configuration. All required packages must be - configured when this is called. */ virtual void create_build_info(); virtual void create_targets();