X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcomponent.h;h=09767d37437fa8aa4f38a241e2c37a54d13307b8;hb=d334fc1d04b7f83c7a2e9f16439fec884f4de471;hp=2e9e534c0ca0973d2638a8902446c926bdfe0b67;hpb=62ad932589407842cc1026af6e6d9f4012e60c67;p=builder.git diff --git a/source/component.h b/source/component.h index 2e9e534..09767d3 100644 --- a/source/component.h +++ b/source/component.h @@ -24,10 +24,12 @@ public: public: Loader(Component &); private: - void source(const std::string &); - void require(const std::string &); void build_info(); + void if_arch(const std::string &); + void if_feature(const std::string &); void install_map(); + void require(const std::string &); + void source(const std::string &); void use(const std::string &); }; @@ -36,7 +38,7 @@ public: LIBRARY, PROGRAM, MODULE, - DATAFILE, + DATAPACK, INSTALL, TARBALL };