From 4aa8929cbe66c18a6f24d1cffad3b14d58682af1 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 7 Jun 2021 18:00:21 -0400 Subject: 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 Change-Id: I3ac3a4fa1ec9de235ff1e35e063f1e35a362e5d1 --- recipes-qt/qt/qtbase_agldemo.inc | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'recipes-qt/qt/qtbase_agldemo.inc') diff --git a/recipes-qt/qt/qtbase_agldemo.inc b/recipes-qt/qt/qtbase_agldemo.inc index 357e1e8b..7f48b457 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" -- cgit 1.2.3-korg