mirror of
https://github.com/swaywm/sway.git
synced 2026-03-09 05:34:13 -04:00
Swaylock: Allow per-output images
This commit is contained in:
parent
1afbfc94f4
commit
9d99e5c2e7
5 changed files with 136 additions and 24 deletions
|
|
@ -29,7 +29,7 @@ wayland_server = dependency('wayland-server')
|
|||
wayland_client = dependency('wayland-client')
|
||||
wayland_cursor = dependency('wayland-cursor')
|
||||
wayland_egl = dependency('wayland-egl')
|
||||
wayland_protos = dependency('wayland-protocols')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
|
||||
xkbcommon = dependency('xkbcommon')
|
||||
cairo = dependency('cairo')
|
||||
pango = dependency('pango')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue