mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Split seat code into its own file
This commit is contained in:
parent
0bd40ce86b
commit
1008d4cc91
5 changed files with 262 additions and 300 deletions
|
|
@ -1,6 +1,8 @@
|
|||
executable(
|
||||
'swaylock',
|
||||
'main.c',
|
||||
'swaylock', [
|
||||
'main.c',
|
||||
'seat.c'
|
||||
],
|
||||
include_directories: [sway_inc],
|
||||
dependencies: [
|
||||
cairo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue