aboutsummaryrefslogtreecommitdiff
path: root/swaybg/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-27 13:35:34 -0400
committerDrew DeVault <sir@cmpwn.com>2018-03-28 14:25:19 -0400
commiteccf0b25987b2b194031edf3415e9f09a7ad7119 (patch)
tree1392beed8f4745a36047d8194f3ac9eb20117f44 /swaybg/meson.build
parent45a50d5afe013b31d9c94090d990bca49448d396 (diff)
Add client protocols and swaybg skeleton
Diffstat (limited to 'swaybg/meson.build')
-rw-r--r--swaybg/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/swaybg/meson.build b/swaybg/meson.build
new file mode 100644
index 00000000..47315023
--- /dev/null
+++ b/swaybg/meson.build
@@ -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
+)