diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-04-07 09:57:23 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-04-11 17:04:04 +0200 |
commit | a80292cfbae6a1cd98fe750111192c0d0487e65c (patch) | |
tree | 0d574eab937aa58a36f8cd5974813905f4386408 /package/qt5/qt5declarative/Config.in | |
parent | 130a48356b79f1a78b3d25b14ae07a32bb4437e5 (diff) | |
download | buildroot-a80292cfbae6a1cd98fe750111192c0d0487e65c.tar.gz buildroot-a80292cfbae6a1cd98fe750111192c0d0487e65c.zip |
qt5/qt5declarative: 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/qt5declarative/Config.in')
-rw-r--r-- | package/qt5/qt5declarative/Config.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package/qt5/qt5declarative/Config.in b/package/qt5/qt5declarative/Config.in new file mode 100644 index 0000000000..f862b94bff --- /dev/null +++ b/package/qt5/qt5declarative/Config.in @@ -0,0 +1,18 @@ +config BR2_PACKAGE_QT5DECLARATIVE + bool "qt5declarative" + select BR2_PACKAGE_QT5XMLPATTERNS + select BR2_PACKAGE_QT5JSBACKEND + select BR2_PACKAGE_QT5BASE + select BR2_PACKAGE_QT5BASE_EGLFS + 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 qt5declarative module. + + http://qt-project.org + +comment "qt5declarative requires an OpenGL-capable backend" + depends on !BR2_PACKAGE_HAS_OPENGL_EGL || !BR2_PACKAGE_HAS_OPENGL_ES |