summaryrefslogtreecommitdiff
path: root/qt5-layer
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-04-29 17:50:33 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-04-29 18:22:30 +0200
commitd6e5cfa8ed834d4ff2e32ce164cd4b79d7df8aef (patch)
tree5d604612014b946e6d58f51df0cc4aeb0bae86e2 /qt5-layer
parentcecc5934a84dde5a9b08c43e0105488ae0f6ba02 (diff)
qtwayland: drop xcomposite-egl, xcomposite-glx packageconfig for mx8
This pulls in dependencies which can not be fullfilled for i.MX 8. with xcomposite-glx: qtwayland fails in configure with: | ERROR: Feature 'xcomposite-glx' was enabled, but the pre-condition 'features.wayland-client && features.opengl && !features.opengles2 && features.xlib && libs.xcomposite && libs.glx' failed. | ERROR: Feature 'xcomposite-glx' was enabled, but the pre-condition 'features.wayland-server && features.opengl && !features.opengles2 && libs.xcomposite && libs.glx' failed. with xcomposte-egl: qtwayland fails during compile starting with: | .../qwaylandxcompositeeglclientbufferintegration.cpp:140:59: error: cannot convert 'Display*' {aka '_XDisplay*'} to 'EGLNativeDisplayType' {aka 'wl_display*'} | integration->mEglDisplay = eglGetDisplay(integration->mDisplay); | ~~~~~~~~~~~~~^~~~~~~~ Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'qt5-layer')
-rw-r--r--qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend b/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend
new file mode 100644
index 0000000..037c760
--- /dev/null
+++ b/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend
@@ -0,0 +1 @@
+PACKAGECONFIG_remove_mx8 = "xcomposite-egl xcomposite-glx" \ No newline at end of file