From 0daa6c78258da381fa15e98be69a8ddef5f783a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Wed, 21 Nov 2018 09:30:43 +0100 Subject: [PATCH] qtbase: Do not modify QT_CONFIG_FLAGS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * For distros enabling x11 and wayland it breaks X11 images (xfce/lxqt) for ALL machines * It is a setting which can be done at runtime. E.g KDE plasma does so. * Settings like these do NOT belong into BSP layers Signed-off-by: Andreas Müller --- dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index 4b39f610..08a2cbe3 100644 --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend @@ -30,8 +30,3 @@ PACKAGECONFIG_PLATFORM_imxgpu3d = " \ 'eglfs', d), d)}" PACKAGECONFIG_PLATFORM_use-mainline-bsp = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', 'eglfs', d)}" PACKAGECONFIG += "${PACKAGECONFIG_PLATFORM}" - -QT_CONFIG_FLAGS += \ - "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '-qpa wayland', \ - bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ - '-qpa eglfs', d), d)}" -- 2.40.1