From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] qt5virtualkeyboard: add arrow key navigation build option
Date: Fri, 7 Dec 2018 20:28:48 +0100 [thread overview]
Message-ID: <20181207202848.11e494aa@gmx.net> (raw)
In-Reply-To: <20181203082509.25936-1-sebastien.szymanski@armadeus.com>
Hello S?bastien,
On Mon, 3 Dec 2018 09:25:09 +0100, S?bastien Szymanski <sebastien.szymanski@armadeus.com> wrote:
> It allows controlling the keyboard using the arrow and return keys.
>
> Signed-off-by: S?bastien Szymanski <sebastien.szymanski@armadeus.com>
> ---
> package/qt5/qt5virtualkeyboard/Config.in | 5 +++++
> package/qt5/qt5virtualkeyboard/qt5virtualkeyboard.mk | 4 ++++
> 2 files changed, 9 insertions(+)
>
> diff --git a/package/qt5/qt5virtualkeyboard/Config.in b/package/qt5/qt5virtualkeyboard/Config.in
> index 57b0c703b0..c3f2f37604 100644
> --- a/package/qt5/qt5virtualkeyboard/Config.in
> +++ b/package/qt5/qt5virtualkeyboard/Config.in
> @@ -53,4 +53,9 @@ config BR2_PACKAGE_QT5VIRTUALKEYBOARD_HANDWRITING
> Lipi Toolkit (LipiTk) is an open source toolkit for online
> Handwriting Recognition.
>
> +config BR2_PACKAGE_QT5VIRTUALKEYBOARD_ARROW_KEY_NAVIGATION
> + bool "Arrow key navigation"
> + help
> + Allows controlling the keyboard using the arrow and return keys.
> +
> endif
> diff --git a/package/qt5/qt5virtualkeyboard/qt5virtualkeyboard.mk b/package/qt5/qt5virtualkeyboard/qt5virtualkeyboard.mk
> index 4aa5fc9575..8ce3169774 100644
> --- a/package/qt5/qt5virtualkeyboard/qt5virtualkeyboard.mk
> +++ b/package/qt5/qt5virtualkeyboard/qt5virtualkeyboard.mk
> @@ -53,6 +53,10 @@ QT5VIRTUALKEYBOARD_LICENSE_FILES += src/virtualkeyboard/3rdparty/lipi-toolkit/MI
> endif
> endif
>
> +ifeq ($(BR2_PACKAGE_QT5VIRTUALKEYBOARD_ARROW_KEY_NAVIGATION),y)
> +QT5VIRTUALKEYBOARD_QMAKEFLAGS += CONFIG+=arrow-key-navigation
> +endif
> +
> ifdef QT5VIRTUALKEYBOARD_3RDPARTY_PARTS
> define QT5VIRTUALKEYBOARD_INSTALL_TARGET_3RDPARTY_PARTS
> cp -dpfr $(STAGING_DIR)/usr/qtvirtualkeyboard $(TARGET_DIR)/usr
Reviewed-by: Peter Seiderer <ps.report@gmx.net>
Regards,
Peter
next prev parent reply other threads:[~2018-12-07 19:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-03 8:25 [Buildroot] [PATCH 1/1] qt5virtualkeyboard: add arrow key navigation build option Sébastien Szymanski
2018-12-07 19:28 ` Peter Seiderer [this message]
2018-12-09 16:36 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181207202848.11e494aa@gmx.net \
--to=ps.report@gmx.net \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.