diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-12-19 14:10:13 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-12-20 03:37:34 +0000 |
commit | bfdb91c057875e49783c05a281e8e5d7700bc340 (patch) | |
tree | 433a652e9ab2f0741489a8454af051afd487ff08 /recipes-graphics | |
parent | 029328515ec10c6c760e707dd32bcdb87e94385f (diff) |
Add weston bbappend to turn on pipewire support via PACKAGECONFIG.
Doing it here instead of in meta-agl-core is required to avoid
adding a meta-oe dependency to meta-agl-core.
Bug-AGL: SPEC-5325
Change-Id: Ib06cdf85ead9fd68eb32cc318ae3011f95894a29
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30696
ci-image-boot-test: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
Tested-by: Jenkins Job builder account
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/wayland/weston_13.0.%.bbappend | 1 | ||||
-rw-r--r-- | recipes-graphics/wayland/weston_13.0_aglcore.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_13.0.%.bbappend b/recipes-graphics/wayland/weston_13.0.%.bbappend new file mode 100644 index 000000000..ef148d972 --- /dev/null +++ b/recipes-graphics/wayland/weston_13.0.%.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'weston_13.0_aglcore.inc', '', d)} diff --git a/recipes-graphics/wayland/weston_13.0_aglcore.inc b/recipes-graphics/wayland/weston_13.0_aglcore.inc new file mode 100644 index 000000000..d80e2954d --- /dev/null +++ b/recipes-graphics/wayland/weston_13.0_aglcore.inc @@ -0,0 +1 @@ +PACKAGECONFIG:append = " pipewire" |