mirror of
https://github.com/swaywm/sway.git
synced 2026-05-04 06:46:25 -04:00
move sway specific ipc code out of common
Moves the ipc-client code out of common into a dedicated ipc library to allow moving swaybg/swaylock into a separate project more easily
This commit is contained in:
parent
3fb60b6aed
commit
4a967f2d9d
7 changed files with 12 additions and 4 deletions
|
|
@ -3,7 +3,6 @@ lib_sway_common = static_library(
|
|||
files(
|
||||
'background-image.c',
|
||||
'cairo.c',
|
||||
'ipc-client.c',
|
||||
'log.c',
|
||||
'list.c',
|
||||
'pango.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue