Integrate meta-seco-qcom/ap/fix-graphics
Commit: clea-os/layers/seco/meta-seco-qcom@9ba6c26c
[GRAPHICS] remove x11 libraries from wayland distro
weston_13.0.1.bbappend in meta-seco-hwe:
- enables x11 and xwayland in weston PACKAGECONFIG even if they are not in DISTRO_FEATURES (e.g. in a wayland distro), which causes a compilation error; remove them when x11 is not enabled
- installs the contents of weston-examples package in the weston package, which causes a dnf conflict at build time; do NOT install them in the weston package, and leave those files in the weston-examples package
Adreno:
- the adreno recipe installs libraries that require libX11 and libxcb; do NOT install them when x11 is not enabled.
This commit fixes several compilation issues that happen when trying to build a Clea OS Embedded image.
Signed-off-by: Alessandro Pecugi alessandro.pecugi@seco.com