All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/qt5/qt5webview: new package
Date: Mon, 7 Oct 2019 22:21:51 +0200	[thread overview]
Message-ID: <20191007222151.6dca437b@windsurf> (raw)
In-Reply-To: <20191006121331.11015-2-bernd.kuhls@t-online.de>

On Sun,  6 Oct 2019 14:13:31 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> From: Bartosz Bilas <b.bilas@grinn-global.com>
> 
> Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
> [Bernd: bump version to 5.12.5]
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Thanks Bernd for picking up the patch from Bartosz.

> diff --git a/package/qt5/qt5webview/Config.in b/package/qt5/qt5webview/Config.in
> new file mode 100644
> index 0000000000..d76061ceba
> --- /dev/null
> +++ b/package/qt5/qt5webview/Config.in
> @@ -0,0 +1,17 @@
> +config BR2_PACKAGE_QT5WEBVIEW
> +	bool "qt5webview"
> +	depends on BR2_PACKAGE_QT5WEBENGINE
> +	select BR2_PACKAGE_QT5BASE

This select was not needed, because whenever BR2_PACKAGE_QT5 is
enabled, it selects BR2_PACKAGE_QT5BASE. And if BR2_PACKAGE_QT5 is not
enabled, you can't even see BR2_PACKAGE_QT5WEBVIEW.

> diff --git a/package/qt5/qt5webview/qt5webview.mk b/package/qt5/qt5webview/qt5webview.mk
> new file mode 100644
> index 0000000000..4e0103de8c
> --- /dev/null
> +++ b/package/qt5/qt5webview/qt5webview.mk
> @@ -0,0 +1,55 @@
> +################################################################################
> +#
> +# qt5webwiev

qt5webview

Applied after fixing those small issues.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

  reply	other threads:[~2019-10-07 20:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-06 12:13 [Buildroot] [PATCH 1/2] package/qt5: bump latest version to 5.12.5 Bernd Kuhls
2019-10-06 12:13 ` [Buildroot] [PATCH 2/2] package/qt5/qt5webview: new package Bernd Kuhls
2019-10-07 20:21   ` Thomas Petazzoni [this message]
2019-10-07 20:20 ` [Buildroot] [PATCH 1/2] package/qt5: bump latest version to 5.12.5 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=20191007222151.6dca437b@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --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.