Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/kodi-pvr-argustv: add jsoncpp reverse dependency
@ 2015-10-01 20:12 Bernd Kuhls
  2015-10-01 20:12 ` [Buildroot] [PATCH 2/3] package/kodi-pvr-filmon: " Bernd Kuhls
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bernd Kuhls @ 2015-10-01 20:12 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/kodi-pvr-argustv/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/kodi-pvr-argustv/Config.in b/package/kodi-pvr-argustv/Config.in
index 698ff46..ad27c38 100644
--- a/package/kodi-pvr-argustv/Config.in
+++ b/package/kodi-pvr-argustv/Config.in
@@ -1,7 +1,11 @@
 config BR2_PACKAGE_KODI_PVR_ARGUSTV
 	bool "kodi-pvr-argustv"
+	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # jsoncpp
 	select BR2_PACKAGE_KODI_PLATFORM
 	help
 	  Kodi's ARGUS TV client addon
 
 	  https://github.com/kodi-pvr/pvr.argustv
+
+comment "kodi-pvr-argustv needs a toolchain w/ C++, gcc >= 4.7"
+	depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
-- 
2.5.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-10-01 20:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-01 20:12 [Buildroot] [PATCH 1/3] package/kodi-pvr-argustv: add jsoncpp reverse dependency Bernd Kuhls
2015-10-01 20:12 ` [Buildroot] [PATCH 2/3] package/kodi-pvr-filmon: " Bernd Kuhls
2015-10-01 20:12 ` [Buildroot] [PATCH 3/3] package/kodi-pvr-pctv: " Bernd Kuhls
2015-10-01 20:29 ` [Buildroot] [PATCH 1/3] package/kodi-pvr-argustv: " Baruch Siach
2015-10-01 20:49   ` Bernd Kuhls

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox