mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-qt/qtwebengine: fixup build/no-build detection for 6.4.3
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
@@ -246,7 +246,7 @@ src_install() {
|
||||
qt6-build_src_install
|
||||
|
||||
# bug 601472
|
||||
if [[ ! -f ${D}${QT6_LIBDIR}/libQt6WebEngine.so ]]; then
|
||||
if [[ ! -f ${D}${QT6_LIBDIR}/libQt6WebEngineCore.so ]]; then
|
||||
die "${CATEGORY}/${PF} failed to build anything. Please report to https://bugs.gentoo.org/"
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user