projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c760a7
)
qt5: use the BR2_ARM_CPU_ARM* options
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Tue, 21 Oct 2014 20:26:59 +0000
(22:26 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Thu, 6 Nov 2014 22:46:20 +0000
(23:46 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/qt5/Config.in
patch
|
blob
|
history
diff --git
a/package/qt5/Config.in
b/package/qt5/Config.in
index c34bec27157f77c18df864289c4d6a541b7591db..0b973745ae0760c17ef9852af3795daa8e271506 100644
(file)
--- a/
package/qt5/Config.in
+++ b/
package/qt5/Config.in
@@
-8,7
+8,7
@@
config BR2_PACKAGE_QT5_JSCORE_AVAILABLE
# 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_arm920t || BR2_arm922t || BR2_fa526)
+ depends on !
BR2_ARM_CPU_ARMV4
default y
comment "Qt5 needs a toolchain w/ wchar, IPv6, NPTL, C++"