mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
b1b1762d18
Kodi itself already depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7, there is no need to duplicate this as reverse dependencies in sub options which depend on Kodi. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
config BR2_PACKAGE_KODI_PVR_ARGUSTV
|
|
bool "kodi-pvr-argustv"
|
|
select BR2_PACKAGE_JSONCPP
|
|
select BR2_PACKAGE_KODI_PLATFORM
|
|
help
|
|
Kodi's ARGUS TV client addon
|
|
|
|
https://github.com/kodi-pvr/pvr.argustv
|