gst1-plugins-base: bump to version 1.10.4
[buildroot-gz.git] / package / qt5 / qt5graphicaleffects / Config.in
blobdf23425975ed0e579b4f283d01e74ad4d3f69190
1 config BR2_PACKAGE_QT5GRAPHICALEFFECTS
2         bool "qt5graphicaleffects"
3         select BR2_PACKAGE_QT5DECLARATIVE
4         select BR2_PACKAGE_QT5DECLARATIVE_QUICK
5         depends on BR2_PACKAGE_QT5_GL_AVAILABLE
6         depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
7         help
8           Qt is a cross-platform application and UI framework for
9           developers using C++.
11           The Qt Graphical Effects module provides a set of QML types
12           for adding visually impressive and configurable effects to
13           user interfaces.
15           http://doc.qt.io/qt-5/qtgraphicaleffects-index.html
17 comment "qt5graphicaleffects needs an OpenGL-capable backend"
18         depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
19         depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE