2bb9df30ad
The basic rule for a package is to have its options named after the package name. There is no reason this should not also be the case for virtual packages. Besides, this will allow us to switch libegl to use the soon-to-be-introduced virtual-package infrastructure. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Eric Le Bihan <eric.le.bihan.dev@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Cc: Mike Zick <minimod@morethan.org> Cc: Samuel Martin <s.martin49@gmail.com> Reviewed-by: Samuel Martin <s.martin49@gmail.com> cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
26 lines
837 B
Plaintext
26 lines
837 B
Plaintext
config BR2_PACKAGE_QT5QUICK1
|
|
bool "qt5quick1"
|
|
select BR2_PACKAGE_QT5BASE
|
|
select BR2_PACKAGE_QT5BASE_GUI
|
|
select BR2_PACKAGE_QT5BASE_WIDGETS
|
|
select BR2_PACKAGE_QT5SCRIPT
|
|
select BR2_PACKAGE_QT5XMLPATTERNS
|
|
select BR2_PACKAGE_QT5DECLARATIVE
|
|
# This module does not support static linking
|
|
depends on !BR2_PREFER_STATIC_LIB
|
|
depends on BR2_PACKAGE_HAS_LIBEGL
|
|
depends on BR2_PACKAGE_HAS_LIBGLES
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
|
help
|
|
Qt is a cross-platform application and UI framework for
|
|
developers using C++.
|
|
|
|
This package corresponds to the qt5quick1 module.
|
|
|
|
http://qt-project.org
|
|
|
|
comment "qt5quick1 needs a toolchain w/ dynamic library and an OpenGL-capable backend"
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
|
depends on !BR2_PACKAGE_HAS_LIBEGL || !BR2_PACKAGE_HAS_LIBGLES || \
|
|
BR2_PREFER_STATIC_LIB
|