1config BR2_PACKAGE_KODI_PVR_VDR_VNSI
2 bool "kodi-pvr-vdr-vnsi"
3 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17
4 help
5 Kodi PVR addon VNSI
6
7 https://github.com/kodi-pvr/pvr.vdr.vnsi
8
9comment "kodi-pvr-vdr-vnsi needs a toolchain w/ gcc >= 7"
10 depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_7
11