diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-02-16 14:28:00 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-02-16 16:56:36 +0000 |
commit | c431bbb2f0f5bf0c66d8473344db0aa26d834bfa (patch) | |
tree | beabbb0e4ec2be450ef693d1f5e9c89b043663ed /meta-agl-core/recipes-graphics | |
parent | 112d2a2b836698888fec4007a1972fdbdccd8188 (diff) |
[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: Ia07cc8e32ac0c38586765985f367dae0cf8c429c
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28510
Reviewed-by: Marius Vlad <marius.vlad@collabora.com>
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'meta-agl-core/recipes-graphics')
-rw-r--r-- | meta-agl-core/recipes-graphics/wayland/weston-ini-conf/core.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-agl-core/recipes-graphics/wayland/weston-ini-conf/core.cfg b/meta-agl-core/recipes-graphics/wayland/weston-ini-conf/core.cfg index 089f3bd10..90774ed79 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston-ini-conf/core.cfg +++ b/meta-agl-core/recipes-graphics/wayland/weston-ini-conf/core.cfg @@ -2,6 +2,3 @@ backend=drm-backend.so require-input=false modules=systemd-notify.so - -[shell-client-ext] -command=/usr/lib/agl-compositor/agl-shell-grpc-server |