mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
13
package/kodi-pvr-octonet/Config.in
Normal file
13
package/kodi-pvr-octonet/Config.in
Normal file
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_KODI_PVR_OCTONET
|
||||
bool "kodi-pvr-octonet"
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # json-for-modern-cpp
|
||||
select BR2_PACKAGE_JSON_FOR_MODERN_CPP
|
||||
select BR2_PACKAGE_KODI_PLATFORM
|
||||
select BR2_PACKAGE_LIBPLATFORM
|
||||
help
|
||||
DigitalDevices Octonet PVR client addon for Kodi
|
||||
|
||||
https://github.com/DigitalDevices/pvr.octonet
|
||||
|
||||
comment "kodi-pvr-octonet needs a toolchain w/ gcc >= 4.9"
|
||||
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
||||
Reference in New Issue
Block a user