summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-28 15:47:22 -0400
committerDrew DeVault <sir@cmpwn.com>2018-03-28 15:47:22 -0400
commite24bf08f3d82eb8b88065f9b288761733a4b035f (patch)
tree2a56e283e83223ae05bea691a57c782a8775122a /meson.build
parent893485a29001991955de26d5e2d9f7f975109ab1 (diff)
downloadswaybg-e24bf08f3d82eb8b88065f9b288761733a4b035f.tar.gz
swaybg-e24bf08f3d82eb8b88065f9b288761733a4b035f.tar.bz2
Add initial layer shell skeleton
Diffstat (limited to '')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 5e10f3c..8704de6 100644
--- a/meson.build
+++ b/meson.build
@@ -4,12 +4,12 @@ executable(
include_directories: [sway_inc],
dependencies: [
cairo,
+ client_protos,
gdk_pixbuf,
jsonc,
math,
pango,
pangocairo,
- sway_protos,
wayland_client,
wlroots,
],