From bfdb91c057875e49783c05a281e8e5d7700bc340 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 19 Dec 2024 14:10:13 -0500 Subject: 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 --- recipes-graphics/wayland/weston_13.0_aglcore.inc | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-graphics/wayland/weston_13.0_aglcore.inc (limited to 'recipes-graphics/wayland/weston_13.0_aglcore.inc') 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" -- cgit 1.2.3-korg