Enable eglfs for QT based application in cluster profile
[AGL/meta-agl.git] / meta-agl-profile-cluster-qt5 / recipes-qt / qt5 / qtbase_%.bbappend
diff --git a/meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend b/meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend
new file mode 100644 (file)
index 0000000..be4a62a
--- /dev/null
@@ -0,0 +1,3 @@
+#Enable eglfs for QT based application
+
+PACKAGECONFIG_GL_append = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', ' eglfs kms gbm', '', d)}"