mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] libwpe: version bump 1.8.0 -> 1.10.1
Date: Fri,  6 Aug 2021 08:44:49 +0200	[thread overview]
Message-ID: <20210806064449.338541-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20210803091156.8630-1-bst@pengutronix.de>

Thanks, applied as bfc11c34a9c550f3e891d1fd230c3a1bd4e996fa.

Michael

[sent from post-receive hook]

On Fri, 06 Aug 2021 08:44:49 +0200, Bastian Krause <bst@pengutronix.de> wrote:
> libwpe will switch from cmake to meson in a future release, so switch to
> meson now.
> 
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> Message-Id: <20210803091156.8630-1-bst@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libwpe.in b/rules/libwpe.in
> index 6b566d06a5c9..53c317b6745c 100644
> --- a/rules/libwpe.in
> +++ b/rules/libwpe.in
> @@ -3,8 +3,7 @@
>  config LIBWPE
>  	tristate
>  	prompt "libwpe"
> -	select HOST_CMAKE
> -	select HOST_NINJA
> +	select HOST_MESON
>  	select MESALIB
>  	select MESALIB_EGL
>  	select LIBXKBCOMMON
> diff --git a/rules/libwpe.make b/rules/libwpe.make
> index 5c6fb9054ab5..ef18468c4950 100644
> --- a/rules/libwpe.make
> +++ b/rules/libwpe.make
> @@ -14,9 +14,9 @@ PACKAGES-$(PTXCONF_LIBWPE) += libwpe
>  #
>  # Paths and names
>  #
> -LIBWPE_VERSION		:= 1.8.0
> +LIBWPE_VERSION		:= 1.10.1
>  LIBWPE_LIBRARY_VERSION	:= 1.0
> -LIBWPE_MD5		:= 328ea59dd8dee9107a49353536d00844
> +LIBWPE_MD5		:= f60fc13b519a66d262afb76c77441870
>  LIBWPE			:= libwpe-$(LIBWPE_VERSION)
>  LIBWPE_SUFFIX		:= tar.xz
>  LIBWPE_URL		:= https://wpewebkit.org/releases/$(LIBWPE).$(LIBWPE_SUFFIX)
> @@ -32,12 +32,11 @@ LIBWPE_LICENSE_FILES	:= file://COPYING;md5=371a616eb4903c6cb79e9893a5f615cc
>  #
>  # cmake
>  #
> -LIBWPE_CONF_TOOL	:= cmake
> +LIBWPE_CONF_TOOL	:= meson
>  LIBWPE_CONF_OPT	:= \
> -	$(CROSS_CMAKE_USR) \
> -	-G Ninja \
> -	-DBUILD_DOCS=OFF \
> -	-DWPE_BACKEND= \
> +	$(CROSS_MESON_USR) \
> +	-Dbuild-docs=false \
> +	-Ddefault-backend=
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


      parent reply	other threads:[~2021-08-06  6:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-03  9:11 [ptxdist] [PATCH 1/4] " Bastian Krause
2021-08-03  9:11 ` [ptxdist] [PATCH 2/4] wpebackend-fdo: version bump 1.8.2 -> 1.10.0 Bastian Krause
2021-08-06  6:44   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-08-03  9:11 ` [ptxdist] [PATCH 3/4] wpewebkit: version bump 2.30.6 -> 2.32.3 Bastian Krause
2021-08-06  6:44   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-08-03  9:11 ` [ptxdist] [PATCH 4/4] cog: version bump 0.8.1 -> 0.10.0 Bastian Krause
2021-08-06  6:44   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-08-06  6:44 ` Michael Olbrich [this message]

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=20210806064449.338541-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=bst@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox