mirror of
https://github.com/swaywm/sway.git
synced 2025-11-20 06:59:46 -05:00
input skeleton
This commit is contained in:
parent
3fe64482bb
commit
338a0399f8
4 changed files with 25 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ sway_sources = files(
|
|||
'main.c',
|
||||
'server.c',
|
||||
'commands.c',
|
||||
'input/input.c',
|
||||
'commands/exit.c',
|
||||
'commands/exec.c',
|
||||
'commands/exec_always.c',
|
||||
|
|
@ -25,6 +26,7 @@ sway_deps = [
|
|||
wlroots,
|
||||
libcap,
|
||||
math,
|
||||
libinput,
|
||||
]
|
||||
|
||||
executable(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue