mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bastian Krause <bst@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>
Subject: [ptxdist] [PATCH 1/4] libwpe: version bump 1.8.0 -> 1.10.1
Date: Tue,  3 Aug 2021 11:11:53 +0200	[thread overview]
Message-ID: <20210803091156.8630-1-bst@pengutronix.de> (raw)

libwpe will switch from cmake to meson in a future release, so switch to
meson now.

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/libwpe.in   |  3 +--
 rules/libwpe.make | 13 ++++++-------
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/rules/libwpe.in b/rules/libwpe.in
index 6b566d06a..53c317b67 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 5c6fb9054..ef18468c4 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
-- 
2.30.2


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


             reply	other threads:[~2021-08-03  9:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-03  9:11 Bastian Krause [this message]
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 ` [ptxdist] [APPLIED] libwpe: version bump 1.8.0 -> 1.10.1 Michael Olbrich

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=20210803091156.8630-1-bst@pengutronix.de \
    --to=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