X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcomponent.h;h=83a8baa20f124fb84849bc0f4235d5d3665c0a91;hb=c45cc6fd2b13513909d43b5f95370b00c8b4c25e;hp=2e9e534c0ca0973d2638a8902446c926bdfe0b67;hpb=62ad932589407842cc1026af6e6d9f4012e60c67;p=builder.git diff --git a/source/component.h b/source/component.h index 2e9e534..83a8baa 100644 --- a/source/component.h +++ b/source/component.h @@ -24,6 +24,8 @@ public: public: Loader(Component &); private: + void if_arch(const std::string &); + void if_feature(const std::string &); void source(const std::string &); void require(const std::string &); void build_info();