mirror of
https://github.com/swaywm/sway.git
synced 2024-10-31 21:47:24 +00:00
3b6629af3c
This reverts commit f2c209c299
.
29 lines
395 B
Meson
29 lines
395 B
Meson
executable(
|
|
'swaybar', [
|
|
'bar.c',
|
|
'config.c',
|
|
'event_loop.c',
|
|
'i3bar.c',
|
|
'ipc.c',
|
|
'main.c',
|
|
'render.c',
|
|
'status_line.c',
|
|
],
|
|
include_directories: [sway_inc],
|
|
dependencies: [
|
|
cairo,
|
|
client_protos,
|
|
gdk_pixbuf,
|
|
jsonc,
|
|
math,
|
|
pango,
|
|
pangocairo,
|
|
rt,
|
|
wayland_client,
|
|
wayland_cursor,
|
|
wlroots,
|
|
],
|
|
link_with: [lib_sway_common, lib_sway_client],
|
|
install: true
|
|
)
|