X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarypackage.h;h=cb054053b62d56d98eb65bc401a12ddbf01b988d;hb=64f01c486e48f260a5d895092806ee341ef23198;hp=b47d468fe138ccf761c64d88b1f3169c2b3a51f6;hpb=c51884994862b02613c2c0ae75b1f8d39e0f1ee5;p=builder.git diff --git a/source/binarypackage.h b/source/binarypackage.h index b47d468..cb05405 100644 --- a/source/binarypackage.h +++ b/source/binarypackage.h @@ -18,21 +18,8 @@ public: void build_info(); }; -private: - bool need_path; - Msp::FS::Path path; - -public: BinaryPackage(Builder &, const std::string &); - /** - Sets the path where the package's files were installed. This is only useful - if the package doesn't use pkg-config. - */ - void set_path(const Msp::FS::Path &); - - bool get_need_path() const { return need_path; } - static BinaryPackage *from_flags(Builder &, const std::string &, const std::vector &); private: virtual void create_build_info();