diff options
author | Gaël PORTAY <gael.portay@savoirfairelinux.com> | 2017-04-01 18:36:51 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-03 00:36:01 +0200 |
commit | 3529ee59d1954da17b6b74b51d400317c774225a (patch) | |
tree | 55f83a96ee54a73efbb010d28fa6b62c6f22d638 /package/qt5/Config.in | |
parent | e42a827ea1511ff11b91f9957603ab7a01f24c61 (diff) | |
download | buildroot-3529ee59d1954da17b6b74b51d400317c774225a.tar.gz buildroot-3529ee59d1954da17b6b74b51d400317c774225a.zip |
qt5virtualkeyboard: new package
This patch adds the Qt virtualkeyboard package.
Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Reviewed-by: Peter Seiderer <ps.report@gmx.net>
[Thomas:
- use SDPX license codes
- add entry to DEVELOPERS file
- drop BR2_PACKAGE_QT5BASE_LICENSE_APPROVED logic, since we removed this option
- select BR2_PACKAGE_QT5DECLARATIVE and
BR2_PACKAGE_QT5DECLARATIVE_QUICK instead of using a "depends on"
and propagate the appropriate dependencies]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/Config.in')
-rw-r--r-- | package/qt5/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/qt5/Config.in b/package/qt5/Config.in index 04dccea1fc..cca04a6d3d 100644 --- a/package/qt5/Config.in +++ b/package/qt5/Config.in @@ -76,6 +76,7 @@ source "package/qt5/qt5serialbus/Config.in" source "package/qt5/qt5serialport/Config.in" source "package/qt5/qt5svg/Config.in" source "package/qt5/qt5tools/Config.in" +source "package/qt5/qt5virtualkeyboard/Config.in" source "package/qt5/qt5webchannel/Config.in" source "package/qt5/qt5webkit/Config.in" source "package/qt5/qt5websockets/Config.in" |