mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-31 22:58:26 +02:00
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>
(cherry picked from commit 395c25f185)
This commit is contained in:
parent
cf29f7d4c3
commit
aff0a4fb58
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.5.0'
|
||||
wayland_req = '>= 1.18.0'
|
||||
wayland_protocols_req = '>= 1.22'
|
||||
gbm_req = '>= 10.2'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue