X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpackage.h;h=eb61f06b760e1fc21a4c62a3a34fda194837573e;hb=c75c89d2425ab0c69e94d45a5d956286838bbc67;hp=cd2d021129dcaee30411ff9fc6a16a90a57c8bad;hpb=0d95fee118a3fcd78f153dca5721d9fe19b6f6bf;p=builder.git diff --git a/source/package.h b/source/package.h index cd2d021..eb61f06 100644 --- a/source/package.h +++ b/source/package.h @@ -52,7 +52,7 @@ public: const BuildInfo &get_exported_build_info() const { return export_binfo; } /// Indicates whether or not this package supports pkg-config - bool get_use_pkgconfig() const { return use_pkgconfig; } + bool uses_pkgconfig() const { return use_pkgconfig; } /** Prepares the package for building. Recursively prepares all required packages, populates build info and creates targets. */