diff options
author | Mischa Jonker <mischa.jonker@synopsys.com> | 2013-11-11 17:10:53 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-11 22:27:25 +0100 |
commit | 9b6c5e9c989f4a099efe8d438a47dd465bdcffc8 (patch) | |
tree | 68ab61f6b398ce3dde852b5b606cad77b322ed14 /package/qt5/qt5base | |
parent | bed4e27868aaefb3b82dca9ba076415bec368557 (diff) | |
download | buildroot-9b6c5e9c989f4a099efe8d438a47dd465bdcffc8.tar.gz buildroot-9b6c5e9c989f4a099efe8d438a47dd465bdcffc8.zip |
icu: Doesn't work on ARC yet
icu depends on __sync_sub_and_fetch and other atomic primitives that
don't exist in the ARC toolchain yet.
[Peter: adjust beecrypt/php comment dependency, don't mention atomic builtins]
Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/qt5/qt5base')
-rw-r--r-- | package/qt5/qt5base/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/qt5/qt5base/Config.in b/package/qt5/qt5base/Config.in index 83f17e35ea..e932e240a4 100644 --- a/package/qt5/qt5base/Config.in +++ b/package/qt5/qt5base/Config.in @@ -181,6 +181,7 @@ config BR2_PACKAGE_QT5BASE_DBUS config BR2_PACKAGE_QT5BASE_ICU bool "Enable ICU support" select BR2_PACKAGE_ICU + depends on !BR2_arc # icu -> atomic builtins help This option enables ICU support in Qt5. This is for example needed for Qt5Webkit. |