sway/swaymsg/meson.build
M Stoeckl e2c4a4d420 swaymsg: remove build dependency on wlroots
This change significantly reduces `swaymsg` run time, by removing
many unused shared library dependencies.
2019-01-19 13:56:07 -05:00

8 lines
145 B
Meson

executable(
'swaymsg',
'main.c',
include_directories: [sway_inc],
dependencies: [jsonc],
link_with: [lib_sway_ipc_client],
install: true
)