1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-25 23:36:10 +02:00
sway/swaymsg/meson.build
M Stoeckl 4b1eaaf731 Removed unused wlroots dependency for sway(bg|bar|msg|nag)
Also remove direct libm dependency where unused.
2019-01-21 13:04:15 -05:00

9 lines
141 B
Meson

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