summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5webkit
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-22 13:18:03 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-02 14:34:19 +0200
commitcf1c12bdba037b4e28e2d7fcef0e653a45016408 (patch)
tree576e6f840e3c3d60772dd2f43421c48014f8f7c0 /package/qt5/qt5webkit
parent0d18d1d9c0dd8173eee918b30761548c19b6bfdc (diff)
downloadbuildroot-cf1c12bdba037b4e28e2d7fcef0e653a45016408.tar.gz
buildroot-cf1c12bdba037b4e28e2d7fcef0e653a45016408.zip
package/q*/Config.in: fix ordering of statements
The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter q in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5webkit')
-rw-r--r--package/qt5/qt5webkit/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/qt5/qt5webkit/Config.in b/package/qt5/qt5webkit/Config.in
index 2534360459..637996a0de 100644
--- a/package/qt5/qt5webkit/Config.in
+++ b/package/qt5/qt5webkit/Config.in
@@ -1,16 +1,16 @@
config BR2_PACKAGE_QT5WEBKIT
bool "qt5webkit"
+ depends on !BR2_STATIC_LIBS
+ depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
+ depends on !BR2_BINFMT_FLAT # icu
+ # assumes a FPU is available on MIPS
+ depends on !BR2_MIPS_SOFT_FLOAT
select BR2_PACKAGE_QT5BASE
select BR2_PACKAGE_QT5BASE_ICU
select BR2_PACKAGE_QT5BASE_GUI
select BR2_PACKAGE_SQLITE
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_QT5BASE_XCB
select BR2_PACKAGE_XLIB_LIBXRENDER if BR2_PACKAGE_QT5BASE_XCB
- depends on !BR2_STATIC_LIBS
- depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
- depends on !BR2_BINFMT_FLAT # icu
- # assumes a FPU is available on MIPS
- depends on !BR2_MIPS_SOFT_FLOAT
help
Qt is a cross-platform application and UI framework for
developers using C++.
OpenPOWER on IntegriCloud