71d68f2431
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>
27 lines
892 B
Plaintext
27 lines
892 B
Plaintext
config BR2_PACKAGE_QT5ENGINIO
|
|
bool "qt5enginio"
|
|
depends on BR2_PACKAGE_QT5BASE_OPENSSL
|
|
select BR2_PACKAGE_QT5BASE_GUI
|
|
select BR2_PACKAGE_QT5BASE_NETWORK
|
|
help
|
|
Qt is a cross-platform application and UI framework for
|
|
developers using C++.
|
|
|
|
Enginio is a Backend-as-a-Service solution for simplifying
|
|
backend development of connected and data-driven applications.
|
|
|
|
This package has been tagged as deprecated since version
|
|
5.6 and not recommended for new design.
|
|
|
|
http://doc.qt.io/archives/qt-5.5/enginio-index.html
|
|
|
|
# When Qt 5.6 is removed, replace the depends on
|
|
# BR2_PACKAGE_QT5BASE_OPENSSL above by a select BR2_PACKAGE_OPENSSL.
|
|
comment "qt5enginio needs libressl"
|
|
depends on BR2_PACKAGE_QT5_VERSION_5_6
|
|
depends on !BR2_PACKAGE_QT5BASE_OPENSSL
|
|
|
|
comment "qt5enginio needs openssl"
|
|
depends on BR2_PACKAGE_QT5_VERSION_LATEST
|
|
depends on !BR2_PACKAGE_QT5BASE_OPENSSL
|