Commit 0b15027d authored by Wojciech Slenska's avatar Wojciech Slenska Committed by Peter Korsgaard
Browse files

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: default avatarWojciech Slenska <wojciech.slenska@gmail.com>
Reviewed-by: default avatarFatih Aşıcı <fatih.asici@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 73e6ae0f
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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