From 1b347d8823db32ee0b58bacd8c8d54553aca1f2f Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 16 Feb 2023 14:30:40 +0100 Subject: [weston-ini-conf] Fix dependency issue with grpc in meta-agl-core grpc is not in the core layer but in meta-oe . Guard the dependency and only enable when prerequisites are met. This also affects weston-ini-conf. We move this into meta-agl-demo. Bug-AGL: SPEC-4707 Change-Id: Id7c1d88e94fa03b7933678789aef7ed4e5751148 Signed-off-by: Jan-Simon Moeller --- recipes-graphics/wayland/weston-ini-conf/grpc-server.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes-graphics/wayland/weston-ini-conf/grpc-server.cfg (limited to 'recipes-graphics/wayland/weston-ini-conf') diff --git a/recipes-graphics/wayland/weston-ini-conf/grpc-server.cfg b/recipes-graphics/wayland/weston-ini-conf/grpc-server.cfg new file mode 100644 index 00000000..14805b96 --- /dev/null +++ b/recipes-graphics/wayland/weston-ini-conf/grpc-server.cfg @@ -0,0 +1,4 @@ + +[shell-client-ext] +command=/usr/lib/agl-compositor/agl-shell-grpc-server + -- cgit 1.2.3-korg