1
1
mirror of https://github.com/swaywm/sway synced 2024-09-29 20:41:21 +02:00
sway/swaybg/meson.build
2018-03-28 15:47:22 -04:00

19 lines
263 B
Meson

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