diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-11-28 11:19:31 -0800 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-03-01 21:36:00 +0100 |
commit | 867298cf47ab505dee738fc653b90fa0bc2d0428 (patch) | |
tree | ec71d1775038e4091c666df2849f4b04d533b7c8 /tools/missing-macros | |
parent | af878339ae28391dd7509cd27496fa4ca8d2a339 (diff) | |
download | upstream-867298cf47ab505dee738fc653b90fa0bc2d0428.tar.gz upstream-867298cf47ab505dee738fc653b90fa0bc2d0428.tar.bz2 upstream-867298cf47ab505dee738fc653b90fa0bc2d0428.zip |
tools/pkg-config: Replace with pkgconf
pkgconf is a newer, actively maintained implementation of pkg-config that
supports more aspects of the pkg-config file specification and provides a
library interface that applications can use to incorporate intelligent
handling of pkg-config files into themselves (such as build file
generators, IDEs, and compilers). Through its pkg-config compatibility
interface (activated when it is run as "pkg-config"), it also can
completely replace the original implementation.
It is also lighterweight and does not require glib2, as pkg-config does.
On other distros, pkgconf is symlinked to pkg-config. For simplicity here,
it is renamed to pkg-config.real, as in the original package.
Initial results have been positive. As before, pkgconf works as long as
the pkg-config files point to the proper paths.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
[backported upstream fix for Meson]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'tools/missing-macros')
0 files changed, 0 insertions, 0 deletions