www-client/elinks: force disable building the HTML api documentation

It was automagically detected depending on whether doxygen was
installed. If it was installed, it spewed billions of QA warnings that
`dot` isn't installed, because Doxyfile is configured to need that (but
doxygen helpfully doesn't error out when it is missing).

Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36880
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eli Schwartz
2024-05-28 14:53:29 -04:00
committed by Sam James
parent 91e97ef23b
commit 201ea02442
2 changed files with 2 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ src_configure() {
-Ddocdir="${EPREFIX}"/usr/share/doc/${PF}
-Dhtmldoc=false
-Dpdfdoc=false
-Dapidoc=false
-D88-colors=true
-D256-colors=true
$(meson_use bittorrent)

View File

@@ -93,6 +93,7 @@ src_configure() {
-Ddocdir="${EPREFIX}"/usr/share/doc/${PF}
-Dhtmldoc=false
-Dpdfdoc=false
-Dapidoc=false
-D88-colors=true
-D256-colors=true
$(meson_use bittorrent)