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>
This commit is contained in:
parent
73e6ae0fe6
commit
0b15027d24
@ -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
|
||||
|
@ -7,7 +7,7 @@
|
||||
QT5QUICK1_VERSION = $(QT5_VERSION)
|
||||
QT5QUICK1_SITE = $(QT5_SITE)
|
||||
QT5QUICK1_SOURCE = qtquick1-opensource-src-$(QT5QUICK1_VERSION).tar.xz
|
||||
QT5QUICK1_DEPENDENCIES = qt5base qt5xmlpatterns qt5script qt5declarative \
|
||||
QT5QUICK1_DEPENDENCIES = qt5base qt5xmlpatterns qt5script \
|
||||
$(if $(BR2_PACKAGE_QT5WEBKIT),qt5webkit)
|
||||
QT5QUICK1_INSTALL_STAGING = YES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user