mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
package/kodi-pvr-filmon: add jsoncpp reverse dependency
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
0533fc8dce
commit
a0dafa2cef
@ -1,8 +1,12 @@
|
|||||||
config BR2_PACKAGE_KODI_PVR_FILMON
|
config BR2_PACKAGE_KODI_PVR_FILMON
|
||||||
bool "kodi-pvr-filmon"
|
bool "kodi-pvr-filmon"
|
||||||
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # jsoncpp
|
||||||
select BR2_PACKAGE_JSONCPP
|
select BR2_PACKAGE_JSONCPP
|
||||||
select BR2_PACKAGE_KODI_PLATFORM
|
select BR2_PACKAGE_KODI_PLATFORM
|
||||||
help
|
help
|
||||||
Filmon PVR client addon for Kodi
|
Filmon PVR client addon for Kodi
|
||||||
|
|
||||||
https://github.com/kodi-pvr/pvr.filmon
|
https://github.com/kodi-pvr/pvr.filmon
|
||||||
|
|
||||||
|
comment "kodi-pvr-filmon needs a toolchain w/ gcc >= 4.7"
|
||||||
|
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user