]> git.tdb.fi Git - builder.git/blobdiff - source/package.h
Move the bpk files into a subdirectory and install them
[builder.git] / source / package.h
index cd2d021129dcaee30411ff9fc6a16a90a57c8bad..eb61f06b760e1fc21a4c62a3a34fda194837573e 100644 (file)
@@ -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. */