mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 07:43:48 -09:00
Commitc619346111(package/kodi: bump version to 21.0-Omega) added a select onto libdisplay-info from a blind option that only represents whether a specific subset of Kodi is available, not whether Kodi itself is enabled. This causes useless builds of libdisplay-info for a lot of builds where Kodi is not enabled. Move the select to the main Kodi symbol itself, guarded with the proper condition, like a few existing dependencies for GBM. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Romain Naour <romain.naour@smile.fr> (cherry picked from commit64b2f03f5a) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>