From: Randolph Sapp <[email protected]> Add some info about why this bbappend still exists. It's to prefer wayland over x11 and remove some unoptimized components.
Signed-off-by: Randolph Sapp <[email protected]> --- meta-arago-distro/recipes-qt/qt5/qtwayland_git.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-qt/qt5/qtwayland_git.bbappend b/meta-arago-distro/recipes-qt/qt5/qtwayland_git.bbappend index e7560d02..82cb657a 100644 --- a/meta-arago-distro/recipes-qt/qt5/qtwayland_git.bbappend +++ b/meta-arago-distro/recipes-qt/qt5/qtwayland_git.bbappend @@ -1,4 +1,4 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" -PR:append = ".arago2" +# This append exists to modify the PACKAGECONFIG such that the wayland backend +# is preferred over x11 and unoptimized components are removed. PACKAGECONFIG:remove = "xcomposite-egl xcomposite-glx" -- 2.40.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14349): https://lists.yoctoproject.org/g/meta-arago/message/14349 Mute This Topic: https://lists.yoctoproject.org/mt/98524815/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
