mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
net-libs/accounts-qml: Fix build w/ USE=doc
Closes: https://bugs.gentoo.org/934547 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -109,7 +109,7 @@ src_compile() {
|
||||
if use doc; then
|
||||
local qtanybindir
|
||||
if has_version "dev-qt/qttools:6[qdoc]"; then
|
||||
qtanybindir="$(qt6_get_libdir)"
|
||||
qtanybindir="$(qt6_get_libdir)/qt6/bin/"
|
||||
elif has_version "dev-qt/qdoc:5"; then
|
||||
qtanybindir="$(qt5_get_bindir)"
|
||||
else
|
||||
@@ -126,6 +126,6 @@ src_install() {
|
||||
|
||||
local QT_QPA_PLATFORM=offscreen
|
||||
multibuild_foreach_variant my_src_install
|
||||
use doc && local HTML_DOCS=( doc/html )
|
||||
use doc && local HTML_DOCS=( doc )
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user