]> code.ossystems Code Review - meta-freescale.git/commitdiff
qtwayland: fix configuration errors for both mx6 and mx7 machines
authorPierluigi Passaro <pierluigi.p@variscite.com>
Sat, 31 Oct 2020 22:34:59 +0000 (23:34 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Sun, 31 Jan 2021 15:36:40 +0000 (12:36 -0300)
QtWayland configuration task fails for xwayland distros.
Just remove the conflicting options.

Signed-off-by: Pierluigi Passaro <pierluigi.p@variscite.com>
dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend

index afc728c1638c8b4053986a85d89b7ea3ac33ea68..168db09548ab0a3b2c0d1a8e8820a1335700c1bb 100644 (file)
@@ -1,5 +1,8 @@
 # etnaviv mesa does not have glx
 PACKAGECONFIG_remove_use-mainline-bsp = "xcomposite-glx"
 
+PACKAGECONFIG_remove_mx6 = "xcomposite-egl xcomposite-glx"
+PACKAGECONFIG_remove_mx7 = "xcomposite-egl xcomposite-glx"
+
 # i.MX8 does never provide native x11, so required dependencies are not met
 PACKAGECONFIG_remove_mx8 = "xcomposite-egl xcomposite-glx"