Add client protocols and swaybg skeleton

This commit is contained in:
Drew DeVault 2018-03-27 13:35:34 -04:00
parent 45a50d5afe
commit eccf0b2598
5 changed files with 347 additions and 182 deletions

8
swaybg/meson.build Normal file
View 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
)