mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
In both bayer2rgb-neon and gst1-plugins-bayer2rgb-neon, the Config.in comment was not displayed on aarch64, even though both packages are available on this architecture. To fix this, this commit introduces BR2_PACKAGE_BAYER2RGB_NEON_ARCH_SUPPORTS, and makes use of it in both packages. Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> [Thomas: add BR2_PACKAGE_BAYER2RGB_NEON_ARCH_SUPPORTS, use it to fix both packages] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>