From 89375e276b044c87c02ea8b244def909cde11a01 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 19 Jun 2023 19:46:27 +0800 Subject: [PATCH] prologue/why: Tell why pkgconf is used instead of pkg-config --- prologue/why.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 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 @@ - Pkg-config + Pkgconf - This package provides a program that returns meta-data about an - installed library or package. + 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 + pkg-config, which is needed by the building + system of many packages. It's maintained more actively and slightly + faster than the original Pkg-config package.