From d0973b6c9c7e5f985d2784d8dd010f81203ac4e8 Mon Sep 17 00:00:00 2001 From: Pierluigi Passaro Date: Sat, 31 Oct 2020 23:34:59 +0100 Subject: [PATCH] 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 --- dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) 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 @@ # 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" -- 2.40.1