diff mbox series

[meta-arago,kirkstone/master] arago.conf: set weston-init packageconfig

Message ID 20230616001453.1321068-2-rs@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,kirkstone/master] arago.conf: set weston-init packageconfig | expand

Commit Message

Randolph Sapp June 16, 2023, 12:14 a.m. UTC
From: Randolph Sapp <rs@ti.com>

Set the weston-init PACKAGECONFIG string to "" to prevent the xwayland
config from being loaded.

Signed-off-by: Randolph Sapp <rs@ti.com>
---

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 mbox series

Patch

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)}"