mirror of
https://github.com/swaywm/sway.git
synced 2024-11-01 05:57:17 +00:00
236ca63419
The new upstream is https://github.com/swaywm/swaybg This commit also refactors our use of gdk-pixbuf a bit, since the only remaining reverse dependency is swaybar tray support.
21 lines
303 B
Meson
21 lines
303 B
Meson
executable(
|
|
'swaynag', [
|
|
'config.c',
|
|
'main.c',
|
|
'render.c',
|
|
'swaynag.c',
|
|
'types.c',
|
|
],
|
|
include_directories: [sway_inc],
|
|
dependencies: [
|
|
cairo,
|
|
client_protos,
|
|
pango,
|
|
pangocairo,
|
|
wayland_client,
|
|
wayland_cursor,
|
|
],
|
|
link_with: [lib_sway_common, lib_sway_client],
|
|
install: true
|
|
)
|