From 3080ebe00c529a3790b41df45888743dfc0cfa79 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 18 Aug 2025 08:06:35 +0000 Subject: [PATCH] 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 Pick-to: 6.10 6.9 6.8 Change-Id: I0671c0bf5d115d2596742db0348ec9e1b30dc96a Reviewed-by: Ari Parkkila --- recipes-qt/qt6/qtwebview_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-qt/qt6/qtwebview_git.bb b/recipes-qt/qt6/qtwebview_git.bb index 6320056..b2dd115 100644 --- a/recipes-qt/qt6/qtwebview_git.bb +++ b/recipes-qt/qt6/qtwebview_git.bb @@ -21,3 +21,6 @@ COMPATIBLE_MACHINE:armv6 = "(.*)" COMPATIBLE_MACHINE:armv7a = "(.*)" COMPATIBLE_MACHINE:armv7ve = "(.*)" COMPATIBLE_MACHINE:x86-64 = "(.*)" + +inherit features_check +REQUIRED_DISTRO_FEATURES = "opengl"