diff --git a/recipes-qt/qt6/qtdatavis3d_git.bb b/recipes-qt/qt6/qtdatavis3d_git.bb index 474ced0..b989183 100644 --- a/recipes-qt/qt6/qtdatavis3d_git.bb +++ b/recipes-qt/qt6/qtdatavis3d_git.bb @@ -6,9 +6,11 @@ LIC_FILES_CHKSUM = " \ file://LICENSES/Qt-GPL-exception-1.0.txt;md5=9a13522cd91a88fba784baf16ea66af8 \ " -inherit qt6-cmake +inherit qt6-cmake features_check include recipes-qt/qt6/qt6-git.inc include recipes-qt/qt6/qt6.inc +REQUIRED_DISTRO_FEATURES = "opengl" + DEPENDS += "qtbase qtdeclarative qtdeclarative-native"