summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5quick1/Config.in
diff options
context:
space:
mode:
authorWojciech Slenska <wojciech.slenska@gmail.com>2014-05-05 19:06:46 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-05-16 22:00:13 +0200
commit0b15027d24c2bbf1b723d9d684a61c5d025919b3 (patch)
treeb331ba9c1a1693e9038685a6d3cbd5851f1dae2c /package/qt5/qt5quick1/Config.in
parent73e6ae0fe6a69f88183ae33401f2314088b5f799 (diff)
downloadbuildroot-0b15027d24c2bbf1b723d9d684a61c5d025919b3.tar.gz
buildroot-0b15027d24c2bbf1b723d9d684a61c5d025919b3.zip
qt5quick1: removed OpenGL dependencies
Qt5Quick1 module doesn't need OpenGL libs and declarative module. This module can be used to port qt4 qml apps to qt5. Patch has been tested with linuxfb output plugin. Signed-off-by: Wojciech Slenska <wojciech.slenska@gmail.com> Reviewed-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/qt5/qt5quick1/Config.in')
-rw-r--r--package/qt5/qt5quick1/Config.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/package/qt5/qt5quick1/Config.in b/package/qt5/qt5quick1/Config.in
index 30c2e79182..59b6c347be 100644
--- a/package/qt5/qt5quick1/Config.in
+++ b/package/qt5/qt5quick1/Config.in
@@ -5,11 +5,8 @@ config BR2_PACKAGE_QT5QUICK1
select BR2_PACKAGE_QT5BASE_WIDGETS
select BR2_PACKAGE_QT5SCRIPT
select BR2_PACKAGE_QT5XMLPATTERNS
- select BR2_PACKAGE_QT5DECLARATIVE
# This module does not support static linking
depends on !BR2_PREFER_STATIC_LIB
- depends on BR2_PACKAGE_HAS_LIBEGL
- depends on BR2_PACKAGE_HAS_LIBGLES
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
help
Qt is a cross-platform application and UI framework for
@@ -19,7 +16,6 @@ config BR2_PACKAGE_QT5QUICK1
http://qt-project.org
-comment "qt5quick1 needs a toolchain w/ dynamic library and an OpenGL-capable backend"
+comment "qt5quick1 needs a toolchain w/ dynamic library"
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
- depends on !BR2_PACKAGE_HAS_LIBEGL || !BR2_PACKAGE_HAS_LIBGLES || \
- BR2_PREFER_STATIC_LIB
+ depends on BR2_PREFER_STATIC_LIB
OpenPOWER on IntegriCloud