mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 03:36:34 +00:00
package/kodi-pvr-pctv: 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
a0dafa2cef
commit
e3046c80e7
@ -1,8 +1,12 @@
|
|||||||
config BR2_PACKAGE_KODI_PVR_PCTV
|
config BR2_PACKAGE_KODI_PVR_PCTV
|
||||||
bool "kodi-pvr-pctv"
|
bool "kodi-pvr-pctv"
|
||||||
|
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
|
||||||
PCTV PVR client addon for Kodi
|
PCTV PVR client addon for Kodi
|
||||||
|
|
||||||
https://github.com/kodi-pvr/pvr.vdr.vnsi
|
https://github.com/kodi-pvr/pvr.vdr.vnsi
|
||||||
|
|
||||||
|
comment "kodi-pvr-pctv 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