The texinfo dependency had not been specified so they were effectively
automagic anyway. I don't think anyone needs info docs for an older
version, especially when there are still man pages and HTML docs.
Closes: https://bugs.gentoo.org/695934
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
# WANT_EXAMPLES doesn't install anything
local mycmakeargs=(
-DDOCDIR=share/doc
- -DINFODIR=share/info
-DMANDIR=share/man
-DWANT_ALSA=$(usex alsa)
+ -DWANT_DOCS_INFO=OFF
-DWANT_EXAMPLES=OFF
-DWANT_JACK=$(usex jack)
-DWANT_JPGALLEG=$(usex jpeg)