mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
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:
parent
d6189db665
commit
71d68f2431
@ -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++.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user