summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2018-01-15 22:34:51 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2018-01-15 23:19:51 +0100
commitec8f5db9bbd172b2cdb571727eef9819b836c4a7 (patch)
tree5046e726ec7a0c38455acd984e71244d214e7f11
parente378e8d33e70a770420c85b7db58b5b17eb535fb (diff)
downloadbuildroot-ec8f5db9bbd172b2cdb571727eef9819b836c4a7.tar.gz
buildroot-ec8f5db9bbd172b2cdb571727eef9819b836c4a7.zip
qt5: enable jscore/qt5declarative support for aarch64
Fixes [1] (as suggested by JD Conley <jd.conley@gmail.com>). [1] https://bugs.busybox.net/show_bug.cgi?id=10541 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/qt5/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qt5/Config.in b/package/qt5/Config.in
index 8eb00ca780..a9ee44c11f 100644
--- a/package/qt5/Config.in
+++ b/package/qt5/Config.in
@@ -7,7 +7,7 @@ config BR2_PACKAGE_QT5_JSCORE_AVAILABLE
bool
default y
# Javascript engine is only available on certain architectures
- depends on BR2_arm || BR2_i386 || BR2_x86_64 || BR2_mipsel
+ depends on BR2_arm || BR2_aarch64 || BR2_i386 || BR2_x86_64 || BR2_mipsel
# ARM needs BLX, so v5t+
depends on !BR2_ARM_CPU_ARMV4
OpenPOWER on IntegriCloud