pyside6: add webview as dependency

Add missing dependency to QtWebView which can be used when
webengine is available.

Pick-to: 6.8
Fixes: QTBUG-141441
Change-Id: I71ef6b0a467aa34ca65f17dee21d0212af3d125c
Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
This commit is contained in:
Samuli Piippo 2025-10-14 11:52:44 +00:00
parent 140cfda309
commit c16128397c

View File

@ -32,7 +32,7 @@ PYSIDE_QT_MODULES ?= "\
qtsvg \
qttools \
qtwebchannel \
${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtwebengine', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtwebengine qtwebview', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtpdf', '', d)} \
qtwebsockets \
"