From 683eabb61ec43a270f2e3ed67c63bbe3754b1214 Mon Sep 17 00:00:00 2001
From: Philipp Zabel
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
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 63ff77c4d..78d01a611 100644
--- a/meson.build
+++ b/meson.build
@@ -178,7 +178,7 @@ endif
dep_libdisplay_info = dependency(
'libdisplay-info',
- version: ['>= 0.2.0', '< 0.3.0'],
+ version: ['>= 0.2.0', '< 0.4.0'],
fallback: ['display-info', 'di_dep'],
default_options: [
'werror=false',