2015-07-22 22:30:49 +02:00
|
|
|
config BR2_PACKAGE_KODI_PVR_VDR_VNSI
|
|
|
|
bool "kodi-pvr-vdr-vnsi"
|
2021-03-02 08:07:24 +01:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17
|
2015-07-22 22:30:49 +02:00
|
|
|
help
|
|
|
|
Kodi PVR addon VNSI
|
|
|
|
|
|
|
|
https://github.com/kodi-pvr/pvr.vdr.vnsi
|
2021-03-02 08:07:24 +01:00
|
|
|
|
|
|
|
comment "kodi-pvr-vdr-vnsi needs a toolchain w/ gcc >= 7"
|
|
|
|
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_7
|