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/qt5jsbackend/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/qt5jsbackend/Config.in')
-rw-r--r-- | package/qt5/qt5jsbackend/Config.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/package/qt5/qt5jsbackend/Config.in b/package/qt5/qt5jsbackend/Config.in deleted file mode 100644 index d9301d0976..0000000000 --- a/package/qt5/qt5jsbackend/Config.in +++ /dev/null @@ -1,19 +0,0 @@ -config BR2_PACKAGE_QT5JSBACKEND_AVAILABLE - bool - # v8 is only available on certain architectures - depends on BR2_arm || BR2_i386 || BR2_x86_64 || BR2_mipsel - # ARM needs BLX, so v5t+ - depends on !(BR2_arm7tdmi || BR2_arm720t || BR2_arm920t || BR2_arm922t || BR2_fa526) - default y - -config BR2_PACKAGE_QT5JSBACKEND - bool "qt5jsbackend" - select BR2_PACKAGE_QT5BASE - depends on BR2_PACKAGE_QT5JSBACKEND_AVAILABLE - help - Qt is a cross-platform application and UI framework for - developers using C++. - - This package corresponds to the qt5jsbackend module. - - http://qt-project.org |