mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/4] libwpe: version bump 1.8.0 -> 1.10.1
@ 2021-08-03  9:11 Bastian Krause
  2021-08-03  9:11 ` [ptxdist] [PATCH 2/4] wpebackend-fdo: version bump 1.8.2 -> 1.10.0 Bastian Krause
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Bastian Krause @ 2021-08-03  9:11 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-08-06  6:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-03  9:11 [ptxdist] [PATCH 1/4] libwpe: version bump 1.8.0 -> 1.10.1 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 ` [ptxdist] [APPLIED] libwpe: version bump 1.8.0 -> 1.10.1 Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox