mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
Moves the ipc-client code out of common into a dedicated ipc library to allow moving swaybg/swaylock into a separate project more easily
8 lines
127 B
Meson
8 lines
127 B
Meson
lib_sway_ipc = static_library(
|
|
'sway-ipc',
|
|
files(
|
|
'ipc-client.c',
|
|
),
|
|
dependencies: [ ],
|
|
include_directories: sway_inc
|
|
)
|