X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarypackage.h;h=8c0d0e9ec39c7a741c94fe908a8f92aa08d74803;hb=75ac80cb255e4def7ee685ce9c46db7c2f6625aa;hp=ff077f8c362ed385ce09152517038c0de3536977;hpb=43bd25ffcb0b4f7882773f4676b209a99cb73c04;p=builder.git diff --git a/source/binarypackage.h b/source/binarypackage.h index ff077f8..8c0d0e9 100644 --- a/source/binarypackage.h +++ b/source/binarypackage.h @@ -34,7 +34,7 @@ public: bool get_need_path() const { return need_path; } - static BinaryPackage *from_pkgconfig(Builder &, const std::string &); + static BinaryPackage *from_flags(Builder &, const std::string &, const std::vector &); private: virtual void create_build_info(); };