mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
wl_display_destroy_clients() requires Wayland 1.15+
This commit is contained in:
parent
ed9a89a915
commit
af1a945c1c
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ cc = meson.get_compiler('c')
|
||||||
inc_dir = include_directories('include')
|
inc_dir = include_directories('include')
|
||||||
|
|
||||||
wlroots = dependency('wlroots', version: '>=0.9.0')
|
wlroots = dependency('wlroots', version: '>=0.9.0')
|
||||||
wayland_server = dependency('wayland-server')
|
wayland_server = dependency('wayland-server', version: '>=1.15')
|
||||||
wayland_protos = dependency('wayland-protocols', version: '>=1.17')
|
wayland_protos = dependency('wayland-protocols', version: '>=1.17')
|
||||||
xkbcommon = dependency('xkbcommon')
|
xkbcommon = dependency('xkbcommon')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue