From a114ad33a01d528f55b4405cb9b651870910b3c1 Mon Sep 17 00:00:00 2001
From: Scott Murray <scott.murray@konsulko.com>
Date: Thu, 20 Jun 2024 11:00:55 -0400
Subject: weston-ini-conf: explicitly enable compositor gRPC proxy

Add "grpc-proxy" to the new WESTON_FRAGMENTS_BASE to explicitly
enable agl-shell-grpc-proxy, thus matching the configuration the
agl-compositor bbappend in this layer enables.

Bug-AGL: SPEC-5183

Change-Id: Id842f3570ef6faf5c6424f201dbec1f896986378
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30018
ci-image-build: Jenkins Job builder account
Tested-by: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
---
 recipes-graphics/wayland/weston-ini-conf_agldemo.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-graphics/wayland/weston-ini-conf_agldemo.inc b/recipes-graphics/wayland/weston-ini-conf_agldemo.inc
index 14290b998..dc5233817 100644
--- a/recipes-graphics/wayland/weston-ini-conf_agldemo.inc
+++ b/recipes-graphics/wayland/weston-ini-conf_agldemo.inc
@@ -2,6 +2,8 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/weston-ini-conf:"
 
 SRC_URI += "file://remote-output.cfg.in"
 
+WESTON_FRAGMENTS_BASE += "grpc-proxy"
+
 # Options for the user to change in local.conf
 # e.g. REMOTING_OUTPUT_MODE = "1080x1488"
 REMOTING_OUTPUT_MODE ??= "640x720@30"
-- 
cgit