浏览代码

package/qt5/qt5enginio/Config.in: depends before select

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@mind.be>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Arnout Vandecappelle (Essensium/Mind) 6 年之前
父节点
当前提交
71d68f2431
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/qt5/qt5enginio/Config.in

+ 1 - 1
package/qt5/qt5enginio/Config.in

@@ -1,8 +1,8 @@
 config BR2_PACKAGE_QT5ENGINIO
 config BR2_PACKAGE_QT5ENGINIO
 	bool "qt5enginio"
 	bool "qt5enginio"
+	depends on BR2_PACKAGE_QT5BASE_OPENSSL
 	select BR2_PACKAGE_QT5BASE_GUI
 	select BR2_PACKAGE_QT5BASE_GUI
 	select BR2_PACKAGE_QT5BASE_NETWORK
 	select BR2_PACKAGE_QT5BASE_NETWORK
-	depends on BR2_PACKAGE_QT5BASE_OPENSSL
 	help
 	help
 	  Qt is a cross-platform application and UI framework for
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 	  developers using C++.