mirror of
https://github.com/swaywm/sway.git
synced 2025-11-25 06:59:48 -05:00
Add client protocols and swaybg skeleton
This commit is contained in:
parent
45a50d5afe
commit
eccf0b2598
5 changed files with 347 additions and 182 deletions
8
swaybg/meson.build
Normal file
8
swaybg/meson.build
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
executable(
|
||||
'swaybg',
|
||||
'main.c',
|
||||
include_directories: [sway_inc],
|
||||
dependencies: [wayland_client, sway_protos, jsonc, wlroots],
|
||||
link_with: [lib_sway_common],
|
||||
install: true
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue