summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorPierluigi Passaro <pierluigi.p@variscite.com>2020-10-31 23:34:59 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2021-01-31 12:36:40 -0300
commitd0973b6c9c7e5f985d2784d8dd010f81203ac4e8 (patch)
tree52137b45e2d25f6cf5e117ab5cdbb19e0cc2f6bd /dynamic-layers
parent753388439da9442c7d4ea1289ce382a9318b56d3 (diff)
downloadmeta-freescale-d0973b6c9c7e5f985d2784d8dd010f81203ac4e8.tar.gz
qtwayland: fix configuration errors for both mx6 and mx7 machines
QtWayland configuration task fails for xwayland distros. Just remove the conflicting options. Signed-off-by: Pierluigi Passaro <pierluigi.p@variscite.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend
index afc728c1..168db095 100644
--- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend
+++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend
@@ -1,5 +1,8 @@
1# etnaviv mesa does not have glx 1# etnaviv mesa does not have glx
2PACKAGECONFIG_remove_use-mainline-bsp = "xcomposite-glx" 2PACKAGECONFIG_remove_use-mainline-bsp = "xcomposite-glx"
3 3
4PACKAGECONFIG_remove_mx6 = "xcomposite-egl xcomposite-glx"
5PACKAGECONFIG_remove_mx7 = "xcomposite-egl xcomposite-glx"
6
4# i.MX8 does never provide native x11, so required dependencies are not met 7# i.MX8 does never provide native x11, so required dependencies are not met
5PACKAGECONFIG_remove_mx8 = "xcomposite-egl xcomposite-glx" 8PACKAGECONFIG_remove_mx8 = "xcomposite-egl xcomposite-glx"