mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 07:00:09 +01:00
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>
This commit is contained in:
parent
ead6c5b319
commit
683eabb61e
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ endif
|
||||||
|
|
||||||
dep_libdisplay_info = dependency(
|
dep_libdisplay_info = dependency(
|
||||||
'libdisplay-info',
|
'libdisplay-info',
|
||||||
version: ['>= 0.2.0', '< 0.3.0'],
|
version: ['>= 0.2.0', '< 0.4.0'],
|
||||||
fallback: ['display-info', 'di_dep'],
|
fallback: ['display-info', 'di_dep'],
|
||||||
default_options: [
|
default_options: [
|
||||||
'werror=false',
|
'werror=false',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue