mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 21:05:58 +01:00
meson.build: update wayland requirement to 1.18
This updates the version requirement for wayland-server to 1.18, which is needed for wl_global_remove and wl_global_set_user_data
This commit is contained in:
parent
2fddec56e8
commit
7e990a6bdf
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ if cc.get_id() == 'clang'
|
|||
add_project_arguments('-Wno-missing-braces', language: 'c')
|
||||
endif
|
||||
|
||||
wayland_server = dependency('wayland-server', version: '>=1.17')
|
||||
wayland_server = dependency('wayland-server', version: '>=1.18')
|
||||
wayland_client = dependency('wayland-client')
|
||||
wayland_egl = dependency('wayland-egl')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.17')
|
||||
|
|
Loading…
Reference in a new issue