diff options
-rw-r--r-- | dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 5 |
1 files changed, 0 insertions, 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 = " \ | |||
30 | 'eglfs', d), d)}" | 30 | 'eglfs', d), d)}" |
31 | PACKAGECONFIG_PLATFORM_use-mainline-bsp = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', 'eglfs', d)}" | 31 | PACKAGECONFIG_PLATFORM_use-mainline-bsp = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', 'eglfs', d)}" |
32 | PACKAGECONFIG += "${PACKAGECONFIG_PLATFORM}" | 32 | PACKAGECONFIG += "${PACKAGECONFIG_PLATFORM}" |
33 | |||
34 | QT_CONFIG_FLAGS += \ | ||
35 | "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '-qpa wayland', \ | ||
36 | bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ | ||
37 | '-qpa eglfs', d), d)}" | ||