build: Bump wayland requirement to 1.18
Xwayland uses API such as wl_proxy_set_tag()/wl_proxy_get_tag() which appeared in Wayland 1.18, but the build system still requires Wayland 1.5 at least. Bump the Wayland version to match the requirements. Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
This commit is contained in:
parent
a1d14aa8c5
commit
395c25f185
|
@ -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.5.0'
|
wayland_req = '>= 1.18.0'
|
||||||
wayland_protocols_req = '>= 1.22'
|
wayland_protocols_req = '>= 1.22'
|
||||||
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