diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-03-19 09:29:39 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-03-19 22:39:39 +0100 |
commit | 53fbd8a7c529ba307f6d693ceb1f42696cdf05d9 (patch) | |
tree | 9ccbfbe897574b3ed60393c2460bf37d3173da72 /package/qt5/qt5base/Config.in | |
parent | f8ffed2dbe8312202169efba6182ba8bf76be026 (diff) | |
download | buildroot-novena-53fbd8a7c529ba307f6d693ceb1f42696cdf05d9.tar.gz buildroot-novena-53fbd8a7c529ba307f6d693ceb1f42696cdf05d9.zip |
qt5base: add support to build against ICU
Qt5Webkit requires Qt5Base to be built with ICU support, so we add
such support.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt5/qt5base/Config.in')
-rw-r--r-- | package/qt5/qt5base/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/qt5/qt5base/Config.in b/package/qt5/qt5base/Config.in index d313db918..797435711 100644 --- a/package/qt5/qt5base/Config.in +++ b/package/qt5/qt5base/Config.in @@ -140,4 +140,11 @@ config BR2_PACKAGE_QT5BASE_DBUS help This option enables the D-Bus module. +config BR2_PACKAGE_QT5BASE_ICU + bool "Enable ICU support" + select BR2_PACKAGE_ICU + help + This option enables ICU support in Qt5. This is for example + needed for Qt5Webkit. + endif |