mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05: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
|
||
|
|
)
|