X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcepackage.h;h=5218592ff9d0a0743957b17bf24e70fbe8cf2315;hb=8d7926359d2477a9928d7367678314bcbc1f6e81;hp=883bbf65f345fe70fea0551ab14864362ba67526;hpb=04c316da6d5d90e43cba262f54d90ca231f703bf;p=builder.git diff --git a/source/sourcepackage.h b/source/sourcepackage.h index 883bbf6..5218592 100644 --- a/source/sourcepackage.h +++ b/source/sourcepackage.h @@ -54,13 +54,11 @@ private: std::string description; Msp::FS::Path source; - PackageList base_reqs; FeatureList features; BuildInfo build_info; ConditionList conditions; ComponentList components; Config config; - bool conf_done; mutable DependencyCache deps_cache; public: @@ -83,6 +81,7 @@ public: LibMode get_library_mode() const; DependencyCache &get_deps_cache() const { return deps_cache; } + std::string expand_string(const std::string &) const; private: virtual void do_configure(const StringMap &, unsigned);