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
|
@ -63,7 +63,7 @@ add_project_arguments(common_wflags, language : ['c', 'objc'])
|
||||||
libdrm_req = '>= 2.4.89'
|
libdrm_req = '>= 2.4.89'
|
||||||
libselinux_req = '>= 2.0.86'
|
libselinux_req = '>= 2.0.86'
|
||||||
xext_req = '>= 1.0.99.4'
|
xext_req = '>= 1.0.99.4'
|
||||||
wayland_req = '>= 1.18.0'
|
wayland_req = '>= 1.21.0'
|
||||||
wayland_protocols_req = '>= 1.28'
|
wayland_protocols_req = '>= 1.28'
|
||||||
gbm_req = '>= 10.2'
|
gbm_req = '>= 10.2'
|
||||||
xf86dgaproto_req = '>= 2.0.99.1'
|
xf86dgaproto_req = '>= 2.0.99.1'
|
||||||
|
|
Loading…
Reference in New Issue