2018-03-29 03:04:20 +00:00
|
|
|
executable(
|
2018-03-31 01:38:28 +00:00
|
|
|
'swaybar', [
|
2018-03-29 03:04:20 +00:00
|
|
|
'bar.c',
|
|
|
|
'config.c',
|
2018-03-31 17:07:22 +00:00
|
|
|
'i3bar.c',
|
2018-10-17 19:21:27 +00:00
|
|
|
'input.c',
|
2018-03-29 03:56:02 +00:00
|
|
|
'ipc.c',
|
2018-03-29 03:04:20 +00:00
|
|
|
'main.c',
|
|
|
|
'render.c',
|
2018-03-29 19:16:12 +00:00
|
|
|
'status_line.c',
|
2018-03-29 03:04:20 +00:00
|
|
|
],
|
|
|
|
include_directories: [sway_inc],
|
|
|
|
dependencies: [
|
|
|
|
cairo,
|
|
|
|
client_protos,
|
|
|
|
gdk_pixbuf,
|
|
|
|
jsonc,
|
|
|
|
math,
|
|
|
|
pango,
|
|
|
|
pangocairo,
|
|
|
|
rt,
|
|
|
|
wayland_client,
|
2018-03-31 01:38:28 +00:00
|
|
|
wayland_cursor,
|
2018-03-29 03:04:20 +00:00
|
|
|
wlroots,
|
|
|
|
],
|
|
|
|
link_with: [lib_sway_common, lib_sway_client],
|
2018-09-30 12:11:24 +00:00
|
|
|
install_rpath : rpathdir,
|
2018-05-05 23:20:57 +00:00
|
|
|
install: true
|
2018-03-29 03:04:20 +00:00
|
|
|
)
|