diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2024-12-18 01:16:40 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2025-01-08 20:58:41 +0000 |
commit | 9ca8054cb17b3562404e761ba1f8c787658494e7 (patch) | |
tree | 842991c323eb965fec34f53c67ea34a9d54c2160 | |
parent | b4beda4134026d98fca4a80d5f85f53f6437a20d (diff) |
Add PACKAGECONFIG for drm lease patch to agl-compositor recipe
The drm lease support patch for agl-compositor is mantaind out
of tree patch around passed years. It was cause some break of
container build.
A drm lease patch for agl-compositor merge into agl-compositor
tree. This patch move PACKAGECONFIG from meta-agl-drm-lease to
meta-agl.
Bug-AGL: SPEC-4889
Change-Id: I01ef036b90038cfa038418b9586d06931056da78
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30682
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
-rw-r--r-- | meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb b/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb index 1de8e889f..b4320140e 100644 --- a/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb +++ b/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb @@ -24,6 +24,7 @@ PACKAGECONFIG ?= "" PACKAGECONFIG[policy-rba] = "-Dpolicy-default=rba,,librba,librba rba-config" PACKAGECONFIG[policy-deny-all] = "-Dpolicy-default=deny-all,," PACKAGECONFIG[grpc-proxy] = "-Dgrpc-proxy=true,-Dgrpc-proxy=false,grpc grpc-native,grpc agl-shell-grpc-server" +PACKAGECONFIG[drm-lease] = "-Ddrm-lease=true,-Ddrm-lease=false,drm-lease-manager" inherit meson pkgconfig python3native |