mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] weston: Backport patch to support libdisplay-info 0.3.0
@ 2025-10-14 12:02 Philipp Zabel
  2025-10-17  8:21 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2025-10-14 12:02 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 ...01-build-Allow-libdisplay-info-0.3.0.patch | 25 +++++++++++++++++++
 patches/weston-14.0.2/series                  |  4 +++
 2 files changed, 29 insertions(+)
 create mode 100644 patches/weston-14.0.2/0001-build-Allow-libdisplay-info-0.3.0.patch
 create mode 100644 patches/weston-14.0.2/series

diff --git a/patches/weston-14.0.2/0001-build-Allow-libdisplay-info-0.3.0.patch b/patches/weston-14.0.2/0001-build-Allow-libdisplay-info-0.3.0.patch
new file mode 100644
index 000000000000..8fcfbcde14b4
--- /dev/null
+++ b/patches/weston-14.0.2/0001-build-Allow-libdisplay-info-0.3.0.patch
@@ -0,0 +1,25 @@
+From: Philipp Zabel <p.zabel@pengutronix.de>
+Date: Wed, 13 Aug 2025 15:23:39 +0200
+Subject: [PATCH] build: Allow libdisplay-info 0.3.0
+
+There are no breaking changes for the high-level API that Weston uses.
+
+Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
+(backported from commit 683eabb61ec43a270f2e3ed67c63bbe3754b1214)
+---
+ libweston/backend-drm/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libweston/backend-drm/meson.build b/libweston/backend-drm/meson.build
+index 002669e61f88..a8f2ea59867a 100644
+--- a/libweston/backend-drm/meson.build
++++ b/libweston/backend-drm/meson.build
+@@ -4,7 +4,7 @@ endif
+ 
+ dep_libdisplay_info = dependency(
+ 	'libdisplay-info',
+-	version: ['>= 0.1.1', '< 0.3.0'],
++	version: ['>= 0.1.1', '< 0.4.0'],
+ 	fallback: ['display-info', 'di_dep'],
+ 	default_options: [
+ 		'werror=false',
diff --git a/patches/weston-14.0.2/series b/patches/weston-14.0.2/series
new file mode 100644
index 000000000000..5799875be25f
--- /dev/null
+++ b/patches/weston-14.0.2/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-build-Allow-libdisplay-info-0.3.0.patch
+# b2aa5489b040afd280f18d11d460ee8b  - git-ptx-patches magic
-- 
2.47.3




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

* Re: [ptxdist] [APPLIED] weston: Backport patch to support libdisplay-info 0.3.0
  2025-10-14 12:02 [ptxdist] [PATCH] weston: Backport patch to support libdisplay-info 0.3.0 Philipp Zabel
@ 2025-10-17  8:21 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-10-17  8:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as b06cf484eeb22fc21e7553d94c803e13b4f6ec02.

Michael

[sent from post-receive hook]

On Fri, 17 Oct 2025 10:21:10 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20251014120254.3630134-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/weston-14.0.2/0001-build-Allow-libdisplay-info-0.3.0.patch b/patches/weston-14.0.2/0001-build-Allow-libdisplay-info-0.3.0.patch
> new file mode 100644
> index 000000000000..8fcfbcde14b4
> --- /dev/null
> +++ b/patches/weston-14.0.2/0001-build-Allow-libdisplay-info-0.3.0.patch
> @@ -0,0 +1,25 @@
> +From: Philipp Zabel <p.zabel@pengutronix.de>
> +Date: Wed, 13 Aug 2025 15:23:39 +0200
> +Subject: [PATCH] build: Allow libdisplay-info 0.3.0
> +
> +There are no breaking changes for the high-level API that Weston uses.
> +
> +Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> +(backported from commit 683eabb61ec43a270f2e3ed67c63bbe3754b1214)
> +---
> + libweston/backend-drm/meson.build | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/libweston/backend-drm/meson.build b/libweston/backend-drm/meson.build
> +index 002669e61f88..a8f2ea59867a 100644
> +--- a/libweston/backend-drm/meson.build
> ++++ b/libweston/backend-drm/meson.build
> +@@ -4,7 +4,7 @@ endif
> + 
> + dep_libdisplay_info = dependency(
> + 	'libdisplay-info',
> +-	version: ['>= 0.1.1', '< 0.3.0'],
> ++	version: ['>= 0.1.1', '< 0.4.0'],
> + 	fallback: ['display-info', 'di_dep'],
> + 	default_options: [
> + 		'werror=false',
> diff --git a/patches/weston-14.0.2/series b/patches/weston-14.0.2/series
> new file mode 100644
> index 000000000000..5799875be25f
> --- /dev/null
> +++ b/patches/weston-14.0.2/series
> @@ -0,0 +1,4 @@
> +# generated by git-ptx-patches
> +#tag:base --start-number 1
> +0001-build-Allow-libdisplay-info-0.3.0.patch
> +# b2aa5489b040afd280f18d11d460ee8b  - git-ptx-patches magic



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

end of thread, other threads:[~2025-10-17  8:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-14 12:02 [ptxdist] [PATCH] weston: Backport patch to support libdisplay-info 0.3.0 Philipp Zabel
2025-10-17  8:21 ` [ptxdist] [APPLIED] " Michael Olbrich

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