From: Andreas Müller Date: Wed, 21 Nov 2018 08:30:43 +0000 (+0100) Subject: qtbase: Do not modify QT_CONFIG_FLAGS X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=refs%2Fpull%2F24%2Fhead;p=meta-freescale.git qtbase: Do not modify QT_CONFIG_FLAGS * 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 --- 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)}"