X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpackagemanager.h;h=2fbaca1c37c03dc0afafb3fa36d63402ec1535f3;hb=f4c02ca3b4d7b2bec9bbbc86fea5fecbb4a22099;hp=05f5ebe317e6b3c5f49452868b108b995a4cea9f;hpb=a5ea586a080ef6766a7d68b1c40633c6ae8b8ba4;p=builder.git diff --git a/source/packagemanager.h b/source/packagemanager.h index 05f5ebe..2fbaca1 100644 --- a/source/packagemanager.h +++ b/source/packagemanager.h @@ -51,14 +51,15 @@ public: const PackageMap &get_packages() const { return packages; } - /** Locates a package and creates it if necessary. */ + /** Locates a package and loads it if necessary. */ Package *find_package(const std::string &); private: std::string run_pkgconfig(const std::string &, const std::string &); /** Determines the source directory of a package. Pkg-config is consulted - first, and if it fails, the package path is searched for matches. */ + first, and if it fails, the package path is searched for matches. The + package is expected to be located in a directory named after itself. */ Msp::FS::Path get_package_location(const std::string &); /** Determines the file containing a binary package. The file is expected