build: Bump wayland-protocols requirement to 1.38
To get xdg-system-bell-v1 protocol. This is just preparation work for the next commits. Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1742>
This commit is contained in:
parent
a55ed3309b
commit
1ccc19d1df
|
@ -65,7 +65,7 @@ libselinux_req = '>= 2.0.86'
|
||||||
xext_req = '>= 1.0.99.4'
|
xext_req = '>= 1.0.99.4'
|
||||||
xproto_req = '>= 7.0.31'
|
xproto_req = '>= 7.0.31'
|
||||||
wayland_req = '>= 1.21.0'
|
wayland_req = '>= 1.21.0'
|
||||||
wayland_protocols_req = '>= 1.34'
|
wayland_protocols_req = '>= 1.38'
|
||||||
gbm_req = '>= 10.2'
|
gbm_req = '>= 10.2'
|
||||||
xf86dgaproto_req = '>= 2.0.99.1'
|
xf86dgaproto_req = '>= 2.0.99.1'
|
||||||
xshmfence_req = '>= 1.1'
|
xshmfence_req = '>= 1.1'
|
||||||
|
|
Loading…
Reference in New Issue