sway/swaybg/meson.build
2018-03-28 14:25:19 -04:00

9 lines
196 B
Meson

executable(
'swaybg',
'main.c',
include_directories: [sway_inc],
dependencies: [wayland_client, sway_protos, jsonc, wlroots],
link_with: [lib_sway_common],
install: true
)