summaryrefslogtreecommitdiff
path: root/qt5-layer
AgeCommit message (Collapse)Author
2022-02-26meta: use tdx overrides for Toradex specific changesMing Liu
Toradex NXP layer could be used by other external projects, so we should make sure Toradex specific changes dont impact them. Use 'tdx' overrides to ensure Toradex specific changes only valid for Toradex distros. Related-to: ELB-3046 Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-08-20qtwayland_%.bbappend: remove x11 packageconfigs for xwaylandMax Krummenacher
If 'wayland' and 'x11' is in distrofeatures xwayland is built and thus native x11 components can't be used. So remove the x11 as a backend related packageconfig options. Related-to: ELB-2758 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-10-09Revert "qtwayland: drop xcomposite-egl, xcomposite-glx packageconfig for mx8"Max Krummenacher
This is now in meta-freescale. This reverts commit d6e5cfa8ed834d4ff2e32ce164cd4b79d7df8aef. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-29qtwayland: drop xcomposite-egl, xcomposite-glx packageconfig for mx8Max Krummenacher
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>