mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
Initialize seat pointer in swaybar
This commit is contained in:
parent
4b0fcde778
commit
8d1425bde9
4 changed files with 118 additions and 2 deletions
|
|
@ -24,6 +24,7 @@ pcre = dependency('libpcre')
|
|||
wlroots = dependency('wlroots', fallback: ['wlroots', 'wlroots'])
|
||||
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')
|
||||
xkbcommon = dependency('xkbcommon')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue