summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5quick1/Config.in
diff options
context:
space:
mode:
authorFatih Aşıcı <fatih.asici@gmail.com>2013-12-24 08:34:51 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-12-25 18:14:20 +0100
commitecf4dff4ee72900ea42b785b314454dae04f5bd5 (patch)
tree21dad6f8726b2b34dcc77df5d5dfd5c17806730b /package/qt5/qt5quick1/Config.in
parent622bd71e0a26755e8bec37e835524e0a82a50884 (diff)
downloadbuildroot-ecf4dff4ee72900ea42b785b314454dae04f5bd5.tar.gz
buildroot-ecf4dff4ee72900ea42b785b314454dae04f5bd5.zip
qt5: remove qt5jsbackend package
Upstream did not release a new version of this package since it is superseded by the builtin qml engine found in new qt5declarative. Fixes: http://autobuild.buildroot.net/results/3861aa91e03154c7d20f4157f0c3a1fa14838af1/ Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5quick1/Config.in')
-rw-r--r--package/qt5/qt5quick1/Config.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/qt5/qt5quick1/Config.in b/package/qt5/qt5quick1/Config.in
index 594b4f6945..d3c71e3a52 100644
--- a/package/qt5/qt5quick1/Config.in
+++ b/package/qt5/qt5quick1/Config.in
@@ -6,12 +6,11 @@ config BR2_PACKAGE_QT5QUICK1
select BR2_PACKAGE_QT5SCRIPT
select BR2_PACKAGE_QT5XMLPATTERNS
select BR2_PACKAGE_QT5DECLARATIVE
- select BR2_PACKAGE_QT5JSBACKEND
# This module does not support static linking
depends on !BR2_PREFER_STATIC_LIB
depends on BR2_PACKAGE_HAS_OPENGL_EGL
depends on BR2_PACKAGE_HAS_OPENGL_ES
- depends on BR2_PACKAGE_QT5JSBACKEND_AVAILABLE
+ depends on BR2_PACKAGE_QT5DECLARATIVE_AVAILABLE
help
Qt is a cross-platform application and UI framework for
developers using C++.
@@ -21,6 +20,6 @@ config BR2_PACKAGE_QT5QUICK1
http://qt-project.org
comment "qt5quick1 needs a toolchain w/ dynamic library and an OpenGL-capable backend"
- depends on BR2_PACKAGE_QT5JSBACKEND_AVAILABLE
+ depends on BR2_PACKAGE_QT5DECLARATIVE_AVAILABLE
depends on !BR2_PACKAGE_HAS_OPENGL_EGL || !BR2_PACKAGE_HAS_OPENGL_ES || \
BR2_PREFER_STATIC_LIB
OpenPOWER on IntegriCloud