mirror of
https://github.com/swaywm/sway
synced 2024-11-18 23:14:03 +01:00
0cdc47ab1e
This reverts commit 830c4ef74c00dbe448da46cdbc576178abc5728e.
20 lines
289 B
Meson
20 lines
289 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,
|
|
install_dir: instlibdir
|
|
)
|