diff options
Diffstat (limited to 'package/qt5/Config.in')
-rw-r--r-- | package/qt5/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/qt5/Config.in b/package/qt5/Config.in index 0f8901926b..b62a8102e8 100644 --- a/package/qt5/Config.in +++ b/package/qt5/Config.in @@ -1,3 +1,11 @@ +config BR2_PACKAGE_QT5_JSCORE_AVAILABLE + bool + # Javascript engine is only available on certain architectures + depends on BR2_arm || BR2_i386 || BR2_x86_64 || BR2_mipsel + # ARM needs BLX, so v5t+ + depends on !(BR2_arm7tdmi || BR2_arm720t || BR2_arm920t || BR2_arm922t || BR2_fa526) + default y + comment "Qt5 needs a toolchain w/ wchar, IPv6, threads, C++" depends on !BR2_PACKAGE_QT depends on !BR2_avr32 |