From: Randolph Sapp <[email protected]> Set the weston-init PACKAGECONFIG string to "" to prevent the xwayland config from being loaded.
Signed-off-by: Randolph Sapp <[email protected]> --- This is to preempt the new xwayland PACKAGECONFIG option from the backported set I submitted to oe-core. meta-arago-distro/conf/distro/arago.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index b6fd8548..ba467bd1 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -95,6 +95,9 @@ PACKAGECONFIG:pn-curl = "${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", PACKAGECONFIG:pn-glmark2 = "drm-gles2 wayland-gles2" +# Set this to empty string to prevent xwayland config from being added +PACKAGECONFIG:pn-weston-init = "" + # Enable testing for opencl and vulkan with piglit PACKAGECONFIG:append:pn-piglit = " ${@bb.utils.filter("DISTRO_FEATURES", "opencl vulkan", d)}" PACKAGECONFIG:pn-opengl-es-cts = "${@bb.utils.contains("DISTRO_FEATURES", "wayland", "wayland", "surfaceless", d)}" -- 2.41.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14642): https://lists.yoctoproject.org/g/meta-arago/message/14642 Mute This Topic: https://lists.yoctoproject.org/mt/99561191/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
