summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2019-06-25 11:45:00 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-06-28 10:07:10 +0200
commiteeec0f7cd9e65f0a8e7f50319763289301331ad3 (patch)
treee81aa7f7c587c9568e20be99e563576f59dd4bad
parent93522ac464e59d01c7e4504628ef8298430d3a2d (diff)
downloadptxdist-eeec0f7cd9e65f0a8e7f50319763289301331ad3.tar.gz
ptxdist-eeec0f7cd9e65f0a8e7f50319763289301331ad3.tar.xz
weston: version bump 6.0.0 -> 6.0.1
Miscellaneous fixes, mostly Meson build system. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--patches/weston-6.0.0/0001-meson-link-editor-with-gobject-2.0.patch27
-rw-r--r--patches/weston-6.0.0/series4
-rw-r--r--rules/weston.make4
3 files changed, 2 insertions, 33 deletions
diff --git a/patches/weston-6.0.0/0001-meson-link-editor-with-gobject-2.0.patch b/patches/weston-6.0.0/0001-meson-link-editor-with-gobject-2.0.patch
deleted file mode 100644
index 377201370..000000000
--- a/patches/weston-6.0.0/0001-meson-link-editor-with-gobject-2.0.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Pekka Paalanen <pekka.paalanen@collabora.com>
-Date: Fri, 22 Mar 2019 13:58:30 +0200
-Subject: [PATCH] meson: link editor with gobject-2.0
-
-editor.c calls g_clear_object(), so it should link to gobject directly instead
-of relying on pangocairo pulling it in in its pkg-config.
-
-Fixes: https://gitlab.freedesktop.org/wayland/weston/issues/211
-
-Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
----
- clients/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/clients/meson.build b/clients/meson.build
-index 47e9e8ce3d4f..53a94212fbf1 100644
---- a/clients/meson.build
-+++ b/clients/meson.build
-@@ -236,7 +236,7 @@ demo_clients = [
- text_input_unstable_v1_client_protocol_h,
- text_input_unstable_v1_protocol_c,
- ],
-- 'deps': [ 'pangocairo' ]
-+ 'deps': [ 'pangocairo', 'gobject-2.0' ]
- },
- { 'basename': 'eventdemo' },
- { 'basename': 'flower' },
diff --git a/patches/weston-6.0.0/series b/patches/weston-6.0.0/series
deleted file mode 100644
index ab85096ab..000000000
--- a/patches/weston-6.0.0/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-meson-link-editor-with-gobject-2.0.patch
-# 8ef3b72a2ca4ff289abb571736a695ac - git-ptx-patches magic
diff --git a/rules/weston.make b/rules/weston.make
index 23b03cff1..26a3ff72f 100644
--- a/rules/weston.make
+++ b/rules/weston.make
@@ -17,9 +17,9 @@ PACKAGES-$(PTXCONF_WESTON) += weston
#
# Paths and names
#
-WESTON_VERSION := 6.0.0
+WESTON_VERSION := 6.0.1
LIBWESTON_MAJOR := 6
-WESTON_MD5 := 7c634e262f8a464a076c97fd50ad36b3
+WESTON_MD5 := e7b10710ef1eac82258f97bfd41fe534
WESTON := weston-$(WESTON_VERSION)
WESTON_SUFFIX := tar.xz
WESTON_URL := http://wayland.freedesktop.org/releases/$(WESTON).$(WESTON_SUFFIX)