mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
Fixes wayland-related build error: make[4]: *** No rule to make target '/usr/share/waylandpp/protocols/presentation-time.xml', needed by 'wayland-extra-protocols.hpp'. Stop. by adding a configure parameter pointing to STAGING_DIR. The build error was not recorded by the autobuilders and can be reproduced by this defconfig: BR2_x86_64=y BR2_TOOLCHAIN_EXTERNAL=y BR2_PER_PACKAGE_DIRECTORIES=y BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y BR2_PACKAGE_KODI=y BR2_PACKAGE_MESA3D=y BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SOFTPIPE=y BR2_PACKAGE_MESA3D_OPENGL_EGL=y BR2_PACKAGE_MESA3D_OPENGL_ES=y BR2_PACKAGE_PYTHON3=y BR2_PACKAGE_PYTHON3_PY_ONLY=y BR2_PACKAGE_WAYLAND=y LibreELEC added this configure parameter seven years ago:d19ab98bf3so a backport to LTS branches should be considered. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be> (cherry picked from commit1fed1a6c75) Signed-off-by: Thomas Perale <thomas.perale@mind.be>