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>
This commit is contained in:
Arnout Vandecappelle (Essensium/Mind) 2019-08-15 22:43:41 +02:00 committed by Thomas Petazzoni
parent d6189db665
commit 71d68f2431

View File

@ -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++.