mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
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:
parent
140cfda309
commit
c16128397c
|
|
@ -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 \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user