doc: Requires.private is used for header inclusion
ci/woodpecker/push/woodpecker Pipeline failed Details

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
master
Petr Písař 2024-04-08 11:50:46 +02:00 committed by Ariadne Conill
parent a8a492e2e4
commit 2d26db3a98
1 changed files with 3 additions and 2 deletions

View File

@ -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.