2018-03-28 04:35:34 +11:00
|
|
|
executable(
|
2018-03-29 03:21:50 +11:00
|
|
|
'swaybg',
|
|
|
|
'main.c',
|
|
|
|
include_directories: [sway_inc],
|
|
|
|
dependencies: [
|
|
|
|
cairo,
|
2018-03-29 06:47:22 +11:00
|
|
|
client_protos,
|
2018-03-29 03:21:50 +11:00
|
|
|
gdk_pixbuf,
|
|
|
|
jsonc,
|
|
|
|
math,
|
|
|
|
pango,
|
|
|
|
pangocairo,
|
|
|
|
wayland_client,
|
|
|
|
wlroots,
|
|
|
|
],
|
|
|
|
link_with: [lib_sway_common, lib_sway_client],
|
2018-05-01 23:40:28 +10:00
|
|
|
install: true,
|
2018-05-02 04:47:55 +10:00
|
|
|
install_dir: sway_libexecdir
|
2018-03-28 04:35:34 +11:00
|
|
|
)
|