dbe372ac12
Switch dependency to kodi after upstream removed the dependency to kodi-platform:d8af242ba9
49cc728f18
Added dependency to gcc >= 7 due to c++17 code added by8a3f3c8fe3
Switch license file to LICENSE.md. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
287 B
Plaintext
11 lines
287 B
Plaintext
config BR2_PACKAGE_KODI_PVR_VDR_VNSI
|
|
bool "kodi-pvr-vdr-vnsi"
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17
|
|
help
|
|
Kodi PVR addon VNSI
|
|
|
|
https://github.com/kodi-pvr/pvr.vdr.vnsi
|
|
|
|
comment "kodi-pvr-vdr-vnsi needs a toolchain w/ gcc >= 7"
|
|
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_7
|