b273231be59669bb86cec10670278a4e45c80f67
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / qt5cinex / Config.in
1 comment "qt5cinex needs an Open(E)GL-capable backend"
2         depends on BR2_PACKAGE_QT5
3         depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
4         depends on !BR2_PACKAGE_QT5_GL_AVAILABLE || !BR2_PACKAGE_HAS_LIBEGL
5
6 config BR2_PACKAGE_QT5CINEX
7         bool "qt5cinex"
8         depends on BR2_PACKAGE_QT5
9         select BR2_PACKAGE_QT5BASE_NETWORK
10         select BR2_PACKAGE_QT5BASE_PNG
11         select BR2_PACKAGE_QT5BASE_WIDGETS
12         select BR2_PACKAGE_QT5BASE_EGLFS
13         select BR2_PACKAGE_QT5GRAPHICALEFFECTS
14         depends on BR2_PACKAGE_HAS_LIBEGL # qt5base-eglfs
15         depends on BR2_PACKAGE_QT5_GL_AVAILABLE
16         # No comment needed for this option, it's an architecture
17         # dependency.
18         depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
19         help
20           This application demonstrates the power of Qt5 and few of the new
21           additions available in QtQuick 2.0.
22
23           http://quitcoding.com/?page=work#cinex
24
25 if BR2_PACKAGE_QT5CINEX
26
27 config BR2_PACKAGE_QT5CINEX_HD
28         bool "High-definition version (aka RPi Edition)"
29         help
30           High definition version (1920x1080 resolution) of the
31           application, optimised for Raspberry PI cards. This version
32           can also be run on any platform supported by Qt5.
33
34 endif