diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-28 15:47:22 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-28 15:47:22 -0400 |
commit | e24bf08f3d82eb8b88065f9b288761733a4b035f (patch) | |
tree | 2a56e283e83223ae05bea691a57c782a8775122a /meson.build | |
parent | 893485a29001991955de26d5e2d9f7f975109ab1 (diff) | |
download | swaybg-e24bf08f3d82eb8b88065f9b288761733a4b035f.tar.gz swaybg-e24bf08f3d82eb8b88065f9b288761733a4b035f.tar.bz2 |
Add initial layer shell skeleton
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
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, ], |