sway/swaybg/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

17 lines
243 B
Meson

executable(
'swaybg',
'main.c',
include_directories: [sway_inc],
dependencies: [
cairo,
client_protos,
gdk_pixbuf,
jsonc,
pango,
pangocairo,
wayland_client
],
link_with: [lib_sway_common, lib_sway_client],
install: true
)