mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtwebview: Match features_check with qtwebengine
qtwebview has dependency to qtwebengine and is subject to the same opengl DISTRO_FEATURES requirement. Task-number: QTBUG-138741 Change-Id: I0671c0bf5d115d2596742db0348ec9e1b30dc96a Reviewed-by: Ari Parkkila <ari.parkkila@qt.io> (cherry picked from commit3080ebe00c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commitc965250045) (cherry picked from commitd502861010)
This commit is contained in:
parent
597ab984bc
commit
69be3738d2
|
|
@ -20,3 +20,6 @@ COMPATIBLE_MACHINE:armv6 = "(.*)"
|
|||
COMPATIBLE_MACHINE:armv7a = "(.*)"
|
||||
COMPATIBLE_MACHINE:armv7ve = "(.*)"
|
||||
COMPATIBLE_MACHINE:x86-64 = "(.*)"
|
||||
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user