hc
2024-05-08 f309769f8af08599af39b6de4f675784ce76530d
1
2
3
4
5
6
7
8
9
10
11
config BR2_PACKAGE_KODI_PVR_OCTONET
   bool "kodi-pvr-octonet"
   depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # jsoncpp
   select BR2_PACKAGE_JSONCPP
   help
     DigitalDevices Octonet PVR client addon for Kodi
 
     https://github.com/DigitalDevices/pvr.octonet
 
comment "kodi-pvr-octonet needs a toolchain w/ gcc >= 4.7"
   depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7