1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-02-13 05:35:14 +01:00
sway/swaybg/meson.build
2018-05-06 00:20:57 +01:00

18 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
)