diff options
| author | Fatih Aşıcı <fatih.asici@gmail.com> | 2013-12-24 08:34:51 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-12-25 18:14:20 +0100 |
| commit | ecf4dff4ee72900ea42b785b314454dae04f5bd5 (patch) | |
| tree | 21dad6f8726b2b34dcc77df5d5dfd5c17806730b /package/qt5/qt5graphicaleffects/Config.in | |
| parent | 622bd71e0a26755e8bec37e835524e0a82a50884 (diff) | |
| download | buildroot-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/qt5graphicaleffects/Config.in')
| -rw-r--r-- | package/qt5/qt5graphicaleffects/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/qt5/qt5graphicaleffects/Config.in b/package/qt5/qt5graphicaleffects/Config.in index ed0454ad6c..4958586393 100644 --- a/package/qt5/qt5graphicaleffects/Config.in +++ b/package/qt5/qt5graphicaleffects/Config.in @@ -2,8 +2,7 @@ config BR2_PACKAGE_QT5GRAPHICALEFFECTS bool "qt5graphicaleffects" select BR2_PACKAGE_QT5BASE select BR2_PACKAGE_QT5DECLARATIVE - # qt5declarative -> qt5jsbackend - depends on BR2_PACKAGE_QT5JSBACKEND_AVAILABLE + depends on BR2_PACKAGE_QT5DECLARATIVE_AVAILABLE depends on BR2_PACKAGE_HAS_OPENGL_EGL depends on BR2_PACKAGE_HAS_OPENGL_ES help @@ -16,4 +15,4 @@ config BR2_PACKAGE_QT5GRAPHICALEFFECTS comment "qt5graphicaleffects requires an OpenGL-capable backend" depends on (!BR2_PACKAGE_HAS_OPENGL_EGL || !BR2_PACKAGE_HAS_OPENGL_ES) && \ - BR2_PACKAGE_QT5JSBACKEND_AVAILABLE + BR2_PACKAGE_QT5DECLARATIVE_AVAILABLE |

