From: Scott Murray Date: Thu, 19 Dec 2024 19:10:13 +0000 (-0500) Subject: weston: enable pipewire support X-Git-Tag: 18.93.0~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=bfdb91c057875e49783c05a281e8e5d7700bc340;p=AGL%2Fmeta-agl-demo.git weston: enable pipewire support 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 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 --- 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"