mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +01:00
build: Bump Wayland dependency to 1.21
Wayland 1.21 was released on June 30, 2022 and our CI already installs Wayland 1.21 so let's just require the version we actually use in our CI. Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
This commit is contained in:
parent
86598739ba
commit
f99bd03165
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ add_project_arguments(common_wflags, language : ['c', 'objc'])
|
|||
libdrm_req = '>= 2.4.89'
|
||||
libselinux_req = '>= 2.0.86'
|
||||
xext_req = '>= 1.0.99.4'
|
||||
wayland_req = '>= 1.18.0'
|
||||
wayland_req = '>= 1.21.0'
|
||||
wayland_protocols_req = '>= 1.28'
|
||||
gbm_req = '>= 10.2'
|
||||
xf86dgaproto_req = '>= 2.0.99.1'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue