diff options
author | Gaël PORTAY <gael.portay@savoirfairelinux.com> | 2017-11-28 23:50:38 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-11-29 22:22:14 +0100 |
commit | 43e1d099b4fca37ce7cbbf3dd41fe4330610b723 (patch) | |
tree | 0ff80dec76aaef0592bbb64e4be2eecdc5401322 /package/qt5/qt5webkit-examples/Config.in | |
parent | d9e2135a71056ff16243bde1c892ec8118a11fb6 (diff) | |
download | buildroot-43e1d099b4fca37ce7cbbf3dd41fe4330610b723.tar.gz buildroot-43e1d099b4fca37ce7cbbf3dd41fe4330610b723.zip |
Revert "package/qt5webkit-examples: remove obsolete package"
This reverts commit 940bfe2f4336a3fea1ec6805db1f90ce83bd4a78 with the
following changes:
- new hashes for 5.6.3 and 5.9.1 (there is no 5.9.2).
- BR2_PACKAGE_QT5BASE_LICENSE_APPROVED has been removed
- add GPL-3 to licences
- uses SPDX identifier for licences
- add missing dependencies (qt5base, qt5webkit, qt5declarative)
- removes /usr when qmake host-tools is invoked at configure
Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
[Thomas: add entry in the DEVELOPERS file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5webkit-examples/Config.in')
-rw-r--r-- | package/qt5/qt5webkit-examples/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/qt5/qt5webkit-examples/Config.in b/package/qt5/qt5webkit-examples/Config.in new file mode 100644 index 0000000000..47bbcbaa68 --- /dev/null +++ b/package/qt5/qt5webkit-examples/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_QT5WEBKIT_EXAMPLES + bool "qt5webkit-examples" + depends on BR2_PACKAGE_QT5WEBKIT + help + Qt is a cross-platform application and UI framework for + developers using C++. + + This package contains examples for the qt5webkit module. + + http://qt.io |