diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-06-19 19:46:27 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-06-19 19:48:17 +0800 |
commit | 89375e276b044c87c02ea8b244def909cde11a01 (patch) | |
tree | 5a58f1a38dca3d558928fdde8128a124dc37747c | |
parent | 8b0e00434682375f5d3cee41edf8b5351673f586 (diff) |
prologue/why: Tell why pkgconf is used instead of pkg-config
-rw-r--r-- | prologue/why.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/prologue/why.xml b/prologue/why.xml index ea22b04df..7cfa14b7a 100644 --- a/prologue/why.xml +++ b/prologue/why.xml @@ -487,10 +487,14 @@ </listitem> <listitem> - <para>Pkg-config</para> - - <para>This package provides a program that returns meta-data about an - installed library or package.</para> + <para>Pkgconf</para> + + <para>This package contains a program which helps to configure + compiler and linker flags for development libraries. The program + can be used as a drop-in replacement of + <command>pkg-config</command>, which is needed by the building + system of many packages. It's maintained more actively and slightly + faster than the original Pkg-config package.</para> </listitem> <listitem> |