mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/kodi: don't uselessly select libdisplay-info
Commit c619346111 (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>
This commit is contained in:
committed by
Romain Naour
parent
a02e437417
commit
64b2f03f5a
@@ -27,7 +27,6 @@ config BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_GBM
|
|||||||
depends on BR2_PACKAGE_LIBGBM_HAS_FEATURE_DMA_BUF
|
depends on BR2_PACKAGE_LIBGBM_HAS_FEATURE_DMA_BUF
|
||||||
depends on BR2_PACKAGE_HAS_UDEV # libinput
|
depends on BR2_PACKAGE_HAS_UDEV # libinput
|
||||||
select BR2_PACKAGE_KODI_PLATFORM_SUPPORTS
|
select BR2_PACKAGE_KODI_PLATFORM_SUPPORTS
|
||||||
select BR2_PACKAGE_LIBDISPLAY_INFO
|
|
||||||
|
|
||||||
comment "kodi needs udev support for gbm"
|
comment "kodi needs udev support for gbm"
|
||||||
depends on !BR2_PACKAGE_KODI_PLATFORM_SUPPORTS
|
depends on !BR2_PACKAGE_KODI_PLATFORM_SUPPORTS
|
||||||
@@ -108,6 +107,7 @@ menuconfig BR2_PACKAGE_KODI
|
|||||||
select BR2_PACKAGE_TINYXML2
|
select BR2_PACKAGE_TINYXML2
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
select BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY if BR2_TOOLCHAIN_USES_GLIBC # runtime UTF conversion support
|
select BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY if BR2_TOOLCHAIN_USES_GLIBC # runtime UTF conversion support
|
||||||
|
select BR2_PACKAGE_LIBDISPLAY_INFO if BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_GBM
|
||||||
select BR2_PACKAGE_LIBINPUT if BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_GBM
|
select BR2_PACKAGE_LIBINPUT if BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_GBM
|
||||||
select BR2_PACKAGE_LIBXKBCOMMON if BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_GBM
|
select BR2_PACKAGE_LIBXKBCOMMON if BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_GBM
|
||||||
select BR2_PACKAGE_LIBXKBCOMMON if BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_WAYLAND
|
select BR2_PACKAGE_LIBXKBCOMMON if BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_WAYLAND
|
||||||
|
|||||||
Reference in New Issue
Block a user