mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
23 lines
657 B
Diff
23 lines
657 B
Diff
From beac061fbf261079aa838df5056e1cba31fa32e7 Mon Sep 17 00:00:00 2001
|
|
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>
|
|
--- 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',
|
|
--
|
|
2.50.1
|
|
|