From b430c5b9a05951755051fd4e41ce20496705fbbc Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Sat, 4 Mar 2023 19:11:14 +0100 Subject: [PATCH] build: bump libdisplay-info maximum version Signed-off-by: Sefa Eyeoglu --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 3f08c1c..2571e2d 100644 --- a/src/meson.build +++ b/src/meson.build @@ -28,7 +28,7 @@ wlroots_dep = dependency( displayinfo_dep = dependency( 'display-info', - version: ['>= 0.0.0', '< 0.1.0'], + version: ['>= 0.0.0', '< 0.2.0'], fallback: ['libdisplay-info', 'di_dep'], default_options: ['default_library=static'], )