fontconfig: needs host-gperf
[buildroot-gz.git] / package / qt5 / qt53d / Config.in
blob27f27a80704b94eeab6e8cfd3f60b7a09f578c9c
1 config BR2_PACKAGE_QT53D
2         bool "qt53d"
3         select BR2_PACKAGE_QT5BASE
4         select BR2_PACKAGE_QT5BASE_GUI
5         select BR2_PACKAGE_QT5DECLARATIVE
6         select BR2_PACKAGE_QT5DECLARATIVE_QUICK
7         depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative
8         depends on BR2_PACKAGE_QT5_GL_AVAILABLE # qt5declarative_quick
9         help
10           Qt is a cross-platform application and UI framework for
11           developers using C++.
13           This package corresponds to the qt53d module.
16           This module was in tech preview in Qt 5.6, and promoted
17           to a core module in Qt 5.7.0.
19           Enable the assimp package to gain the assimp sceneparser plugin.
21           http://doc.qt.io/qt-5/qt3d-index.html
23 comment "qt53d module needs an OpenGL-capable backend"
24         depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
25         depends on !BR2_PACKAGE_QT5_GL_AVAILABLE