From 0d185bd99f9e40913f678af0fc224add2e1d2f14 Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 11 Nov 2024 16:19:06 +0000 Subject: [PATCH] doc: update depends doc to prefer .cmake outputs --- depends/packages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/depends/packages.md b/depends/packages.md index 7a7a42afa10..6b458f22dd4 100644 --- a/depends/packages.md +++ b/depends/packages.md @@ -153,8 +153,8 @@ Most autotools projects can be properly staged using: ## Build outputs: In general, the output of a depends package should not contain any libtool -archives. Instead, the package should output `.pc` (`pkg-config`) files where -possible. +archives or `.pc` (`pkg-config`) files. Instead, the package should output +`.cmake` (CMake) files where possible. From the [Gentoo Wiki entry](https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Handling_Libtool_Archives):