require wayland-protocols 1.30

This is needed for tearing-updates-v1

Signed-off-by: Xaver Hugl <xaver.hugl@gmail.com>
Acked-by: Michel Dänzer <mdaenzer@redhat.com>
Reviewed-by: Olivier Fourdan <ofourdan@redhat.com>
This commit is contained in:
Xaver Hugl 2022-11-25 21:19:44 +01:00
parent e3480b0d78
commit 0cfe09c458

View File

@ -64,7 +64,7 @@ libdrm_req = '>= 2.4.109'
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.21.0' wayland_req = '>= 1.21.0'
wayland_protocols_req = '>= 1.28' wayland_protocols_req = '>= 1.30'
gbm_req = '>= 10.2' gbm_req = '>= 10.2'
xf86dgaproto_req = '>= 2.0.99.1' xf86dgaproto_req = '>= 2.0.99.1'