From 2d26db3a984e7a69cedc6274c22119de4bcf1b40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 8 Apr 2024 11:50:46 +0200 Subject: [PATCH] doc: Requires.private is used for header inclusion Document that "pkgconf --cflags" inherits paths for including headers from dependencies listed in Requires.private. https://github.com/pkgconf/pkgconf/issues/300 https://github.com/pkgconf/pkgconf/issues/352 --- man/pc.5 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/pc.5 b/man/pc.5 index f4ec4eb..2aee746 100644 --- a/man/pc.5 +++ b/man/pc.5 @@ -126,9 +126,10 @@ All dependencies must be satisfied or the pkg-config implementation must not use the package. (optional; dependency list) .It Requires.private -Required dependencies that must be met for the package to be usable for static linking. +Required dependencies that must be met for the package to be usable for header +inclusion and static linking. All dependencies must be satisfied or the pkg-config implementation must not use -the package for static linking. +the package for header inclusion and static linking. (optional; dependency list) .It Conflicts Dependencies that must not be met for the package to be usable.