doc: update depends doc to prefer .cmake outputs

This commit is contained in:
fanquake
2024-11-11 16:19:06 +00:00
parent e546b4e1a0
commit 0d185bd99f

View File

@@ -153,8 +153,8 @@ Most autotools projects can be properly staged using:
## Build outputs: ## Build outputs:
In general, the output of a depends package should not contain any libtool In general, the output of a depends package should not contain any libtool
archives. Instead, the package should output `.pc` (`pkg-config`) files where archives or `.pc` (`pkg-config`) files. Instead, the package should output
possible. `.cmake` (CMake) files where possible.
From the [Gentoo Wiki entry](https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Handling_Libtool_Archives): From the [Gentoo Wiki entry](https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Handling_Libtool_Archives):