]> git.tdb.fi Git - builder.git/blobdiff - source/sourcepackage.h
Support boolean logic in conditions
[builder.git] / source / sourcepackage.h
index 1333bdb5ca536a75946a5a4108e4d6acf0fe9c8a..fe79dccc25647470708bc686d6d31dc0374943a8 100644 (file)
@@ -86,7 +86,7 @@ public:
        const Toolchain &get_toolchain() const { return local_tools; }
        const ComponentList &get_components() const { return components; }
        const Config &get_config() const { return config; }
-       bool match_feature(const std::string &) const;
+       bool match_feature(const std::string &, const std::string *) const;
        void set_build_type(const BuildType &);
        const BuildInfo &get_build_info() const { return build_info; }
 private: