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:
Jimi Huotari
2023-03-19 18:44:43 +02:00
parent e21a0edb7a
commit d040613dd2

View File

@@ -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
}