From d6e5cfa8ed834d4ff2e32ce164cd4b79d7df8aef Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 29 Apr 2019 17:50:33 +0200 Subject: 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 --- qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend (limited to 'qt5-layer') 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 -- cgit v1.2.3