summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5graphicaleffects/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-04-07 09:57:24 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-11 17:05:43 +0200
commit6b65be6b19c2189f3631e8ac2c71bca0de740d0d (patch)
tree5641acc0257211db5aab8cb0d8aacc971b07d5eb /package/qt5/qt5graphicaleffects/Config.in
parenta80292cfbae6a1cd98fe750111192c0d0487e65c (diff)
downloadbuildroot-novena-6b65be6b19c2189f3631e8ac2c71bca0de740d0d.tar.gz
buildroot-novena-6b65be6b19c2189f3631e8ac2c71bca0de740d0d.zip
qt5/qt5graphicaleffects: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt5/qt5graphicaleffects/Config.in')
-rw-r--r--package/qt5/qt5graphicaleffects/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/qt5/qt5graphicaleffects/Config.in b/package/qt5/qt5graphicaleffects/Config.in
new file mode 100644
index 000000000..9a32bc72f
--- /dev/null
+++ b/package/qt5/qt5graphicaleffects/Config.in
@@ -0,0 +1,16 @@
+config BR2_PACKAGE_QT5GRAPHICALEFFECTS
+ bool "qt5graphicaleffects"
+ select BR2_PACKAGE_QT5BASE
+ select BR2_PACKAGE_QT5DECLARATIVE
+ depends on BR2_PACKAGE_HAS_OPENGL_EGL
+ depends on BR2_PACKAGE_HAS_OPENGL_ES
+ 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_OPENGL_EGL || !BR2_PACKAGE_HAS_OPENGL_ES