mirror of
https://github.com/swaywm/sway.git
synced 2026-04-23 06:46:27 -04:00
build: require wayland-protocols>=1.21
To match wlroots requirements. This prevents unresolvable dependencies during meson setup if a system version is found and has a version >=1.14, <1.21.
This commit is contained in:
parent
e76e13ef85
commit
fb32356233
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ wayland_server = dependency('wayland-server')
|
||||||
wayland_client = dependency('wayland-client')
|
wayland_client = dependency('wayland-client')
|
||||||
wayland_cursor = dependency('wayland-cursor')
|
wayland_cursor = dependency('wayland-cursor')
|
||||||
wayland_egl = dependency('wayland-egl')
|
wayland_egl = dependency('wayland-egl')
|
||||||
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
|
wayland_protos = dependency('wayland-protocols', version: '>=1.21')
|
||||||
xkbcommon = dependency('xkbcommon')
|
xkbcommon = dependency('xkbcommon')
|
||||||
cairo = dependency('cairo')
|
cairo = dependency('cairo')
|
||||||
pango = dependency('pango')
|
pango = dependency('pango')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue