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>
19 lines
598 B
Plaintext
19 lines
598 B
Plaintext
config BR2_PACKAGE_QT5GRAPHICALEFFECTS
|
|
bool "qt5graphicaleffects"
|
|
select BR2_PACKAGE_QT5BASE
|
|
select BR2_PACKAGE_QT5DECLARATIVE
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
|
depends on BR2_PACKAGE_HAS_LIBEGL
|
|
depends on BR2_PACKAGE_HAS_LIBGLES
|
|
help
|
|
Qt is a cross-platform application and UI framework for
|
|
developers using C++.
|
|
|
|
This package corresponds to the qt5graphicaleffects module.
|
|
|
|
http://qt-project.org
|
|
|
|
comment "qt5graphicaleffects requires an OpenGL-capable backend"
|
|
depends on (!BR2_PACKAGE_HAS_LIBEGL || !BR2_PACKAGE_HAS_LIBGLES) && \
|
|
BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|