From 0daa6c78258da381fa15e98be69a8ddef5f783a5 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 21 Nov 2018 09:30:43 +0100 Subject: qtbase: Do not modify QT_CONFIG_FLAGS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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(-) (limited to 'dynamic-layers/qt5-layer') diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index 4b39f610e..08a2cbe39 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)}" -- cgit v1.2.3-54-g00ecf