summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5jsbackend/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/qt5/qt5jsbackend/Config.in')
-rw-r--r--package/qt5/qt5jsbackend/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/qt5/qt5jsbackend/Config.in b/package/qt5/qt5jsbackend/Config.in
index 89d506771..2f5ac1ff5 100644
--- a/package/qt5/qt5jsbackend/Config.in
+++ b/package/qt5/qt5jsbackend/Config.in
@@ -1,6 +1,13 @@
+config BR2_PACKAGE_QT5JSBACKEND_AVAILABLE
+ bool
+ # v8 is only available on certain architectures
+ depends on BR2_arm || BR2_i386 || BR2_x86_64 || BR2_mipsel
+ default y
+
config BR2_PACKAGE_QT5JSBACKEND
bool "qt5jsbackend"
select BR2_PACKAGE_QT5BASE
+ depends on BR2_PACKAGE_QT5JSBACKEND_AVAILABLE
help
Qt is a cross-platform application and UI framework for
developers using C++.