Signed-off-by: Philipp Zabel <[email protected]> --- ...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 <[email protected]> +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 <[email protected]> +(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
