diff options
author | Anusha Gugale <external.agogale@jp.adit-jv.com> | 2020-12-21 18:21:26 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-12 20:41:47 +0000 |
commit | c4f562a2c2ebfaa5d072184e1cf7bf9e8ea95409 (patch) | |
tree | 0b4b76e30ef01a62949ad7d72b3fe1d0332c96f9 /meta-agl-core/recipes-graphics/wayland | |
parent | e0413d70c66c98e5ec7fa30893b3ecd6b5141ff4 (diff) |
agl-compositor: added option to build rba policy
- Changes related to install specific file of rba,
add PACKAGECONFIG option for rba policy.
Bug-AGL: SPEC-3738
Signed-off-by: Anusha Gugale <external.agogale@jp.adit-jv.com>
Change-Id: If9697fce3be8c238c363558fddec53bff5da8df6
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25845
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-core/recipes-graphics/wayland')
-rw-r--r-- | meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb | 2 |
1 files changed, 2 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 553f3a6bf..6a6cb24de 100644 --- a/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb +++ b/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb @@ -16,6 +16,8 @@ SRCREV = "bdd8dd718496dc8e4330209c46c196442bcf7d3e" PV = "0.0.10+git${SRCPV}" S = "${WORKDIR}/git" +PACKAGECONFIG ?= "" +PACKAGECONFIG[policy-rba] = "-Dpolicy-default=rba,,librba rba-config" PACKAGECONFIG[policy-deny-all] = "-Dpolicy-default=deny-all,," inherit meson pkgconfig python3native |