mirror of
https://github.com/swaywm/sway.git
synced 2026-03-30 11:10:59 -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
|
|
@ -1,6 +1,5 @@
|
|||
executable(
|
||||
'swaybar',
|
||||
[
|
||||
'swaybar', [
|
||||
'bar.c',
|
||||
'config.c',
|
||||
'event_loop.c',
|
||||
|
|
@ -20,6 +19,7 @@ executable(
|
|||
pangocairo,
|
||||
rt,
|
||||
wayland_client,
|
||||
wayland_cursor,
|
||||
wlroots,
|
||||
],
|
||||
link_with: [lib_sway_common, lib_sway_client],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue