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:
Markus Ongyerth 2018-05-24 21:59:55 +02:00
parent 3fb60b6aed
commit 4a967f2d9d
7 changed files with 12 additions and 4 deletions

View file

@ -115,6 +115,7 @@ sway_inc = include_directories('include')
subdir('include')
subdir('protocols')
subdir('common')
subdir('ipc')
subdir('sway')
subdir('swaymsg')