Enable eglfs for QT based application in cluster profile
[AGL/meta-agl.git] / meta-agl-profile-cluster-qt5 / recipes-qt / qt5 / qtbase_%.bbappend
1 #Enable eglfs for QT based application
2
3 PACKAGECONFIG_GL_append = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', ' eglfs kms gbm', '', d)}"