mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtdatavis3d: add feature_check for opengl
Co-authored-by: Sakib Sajal Pick-to: 6.7 6.6 6.5 Fixes: QTBUG-114912 Change-Id: Idfea16557eb4f068b9cb67412bd1dba0df966a20 Reviewed-by: Jari Helaakoski <jari.helaakoski@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
This commit is contained in:
parent
e55637648a
commit
600f22c4a1
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user