mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user