diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-06-07 18:00:21 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-06-07 18:00:21 -0400 |
commit | 4aa8929cbe66c18a6f24d1cffad3b14d58682af1 (patch) | |
tree | 62a576a7998bab24989ed525074e5b679f8ee9c7 /recipes-qt/qt/qtbase_agldemo.inc | |
parent | 4eb431f926aa9544f9aa6f6bb2a063ef3c7ca82d (diff) |
qtbase: clean up bbappend
Changes:
- With the Wayland enabling changes being shifted to meta-agl-core,
remove the duplicate ones from the bbappend here.
- Also remove unused patch and disabled qtbase-native bbappend, as
neither seem required at this point.
Bug-AGL: SPEC-3972
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I3ac3a4fa1ec9de235ff1e35e063f1e35a362e5d1
Diffstat (limited to 'recipes-qt/qt/qtbase_agldemo.inc')
-rw-r--r-- | recipes-qt/qt/qtbase_agldemo.inc | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/recipes-qt/qt/qtbase_agldemo.inc b/recipes-qt/qt/qtbase_agldemo.inc index 357e1e8bb..7f48b4571 100644 --- a/recipes-qt/qt/qtbase_agldemo.inc +++ b/recipes-qt/qt/qtbase_agldemo.inc @@ -1,16 +1 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/qtbase:" - -PACKAGECONFIG_WAYLAND = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)}" - -PACKAGECONFIG_GL = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" -# FIXME CLUSTER -#PACKAGECONFIG_GL_append = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', ' eglfs kms gbm', '', d)}" -# -PACKAGECONFIG_append = " ${PACKAGECONFIG_WAYLAND} icu accessibility" -PACKAGECONFIG_append = " fontconfig" -PACKAGECONFIG_append = " sql-sqlite" - -EXTRA_OECONF_append = "" - -# '-qpa wayland-egl' set wayland-egl as default of platform plagins -PACKAGECONFIG[wayland]="-qpa wayland-egl -no-qpa-platform-guard" +PACKAGECONFIG_append = " icu fontconfig sql-sqlite" |