[Buildroot] [PATCH v2 2/2] grantlee: Disable on MIPS64

Vicente Olivert Riera Vincent.Riera at imgtec.com
Wed Nov 27 13:42:41 UTC 2013


This package selects BR2_PACKAGE_QT_SCRIPT which is not supported on MIPS64

Acked-by: Markos Chandras <markos.chandras at imgtec.com>
Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
---
 package/grantlee/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/grantlee/Config.in b/package/grantlee/Config.in
index 84afad2..e7383fb 100644
--- a/package/grantlee/Config.in
+++ b/package/grantlee/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_GRANTLEE
 	bool "grantlee"
+	depends on !BR2_mips64el && !BR2_mips64
 	select BR2_PACKAGE_QT_STL
 	select BR2_PACKAGE_QT_SCRIPT
 	select BR2_PACKAGE_QT_GUI_MODULE
-- 
1.7.1




More information about the buildroot mailing list