mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
9 lines
196 B
Meson
9 lines
196 B
Meson
|
executable(
|
||
|
'swaybg',
|
||
|
'main.c',
|
||
|
include_directories: [sway_inc],
|
||
|
dependencies: [wayland_client, sway_protos, jsonc, wlroots],
|
||
|
link_with: [lib_sway_common],
|
||
|
install: true
|
||
|
)
|