[Buildroot] [git commit branch/2019.05.x] package/qt5/qt5enginio/Config.in: depends before select

Peter Korsgaard peter at korsgaard.com
Mon Sep 2 12:30:50 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=8ab46770d017a98bfce4378e2e175683c9b52df0
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.05.x

In Config.in, we put 'depends' lines before 'select' lines, as reported
by check-package.

Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/273215267

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
Cc: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 71d68f2431d3d6dae7df16a344008410bfd7b150)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/qt5/qt5enginio/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qt5/qt5enginio/Config.in b/package/qt5/qt5enginio/Config.in
index e5b4782040..f84d234771 100644
--- a/package/qt5/qt5enginio/Config.in
+++ b/package/qt5/qt5enginio/Config.in
@@ -1,8 +1,8 @@
 config BR2_PACKAGE_QT5ENGINIO
 	bool "qt5enginio"
+	depends on BR2_PACKAGE_QT5BASE_OPENSSL
 	select BR2_PACKAGE_QT5BASE_GUI
 	select BR2_PACKAGE_QT5BASE_NETWORK
-	depends on BR2_PACKAGE_QT5BASE_OPENSSL
 	help
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.


More information about the buildroot mailing list