diff options
author | Pierluigi Passaro <pierluigi.p@variscite.com> | 2020-10-31 23:34:59 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-01-31 12:36:40 -0300 |
commit | d0973b6c9c7e5f985d2784d8dd010f81203ac4e8 (patch) | |
tree | 52137b45e2d25f6cf5e117ab5cdbb19e0cc2f6bd /dynamic-layers | |
parent | 753388439da9442c7d4ea1289ce382a9318b56d3 (diff) | |
download | meta-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_%.bbappend | 3 |
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 |
2 | PACKAGECONFIG_remove_use-mainline-bsp = "xcomposite-glx" | 2 | PACKAGECONFIG_remove_use-mainline-bsp = "xcomposite-glx" |
3 | 3 | ||
4 | PACKAGECONFIG_remove_mx6 = "xcomposite-egl xcomposite-glx" | ||
5 | PACKAGECONFIG_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 |
5 | PACKAGECONFIG_remove_mx8 = "xcomposite-egl xcomposite-glx" | 8 | PACKAGECONFIG_remove_mx8 = "xcomposite-egl xcomposite-glx" |