summaryrefslogtreecommitdiffstats
path: root/package/qt5
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-18 09:24:38 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-18 09:24:38 +0100
commit1610200e7863a73dafac7890bc339bea47605c05 (patch)
tree24ddc7e452b318e8e07402245c6f91b56f3ab78a /package/qt5
parent2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d (diff)
downloadbuildroot-1610200e7863a73dafac7890bc339bea47605c05.tar.gz
buildroot-1610200e7863a73dafac7890bc339bea47605c05.zip
package/*/Config.in: fix property order warning of check-package
This commit fixes the ordering of the Config.in option properties, as reported by check-package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5')
-rw-r--r--package/qt5/qt5charts/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qt5/qt5charts/Config.in b/package/qt5/qt5charts/Config.in
index 4a6c35663a..78f08fe637 100644
--- a/package/qt5/qt5charts/Config.in
+++ b/package/qt5/qt5charts/Config.in
@@ -3,10 +3,10 @@ comment "qt5charts needs at least qt-5.7"
config BR2_PACKAGE_QT5CHARTS
bool "qt5charts"
+ depends on BR2_PACKAGE_QT5_VERSION_LATEST
select BR2_PACKAGE_QT5BASE
select BR2_PACKAGE_QT5BASE_GUI
select BR2_PACKAGE_QT5BASE_WIDGETS
- depends on BR2_PACKAGE_QT5_VERSION_LATEST
help
Qt is a cross-platform application and UI framework for
developers using C++.
OpenPOWER on IntegriCloud