aboutsummaryrefslogtreecommitdiffstats
path: root/swaybg
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-28 15:47:22 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-28 15:47:22 -0400
commit0c8a64942e087038806b353949c900e03fd764a8 (patch)
treea427ff9d8702ad5dbc6e5ede8851930662d010ef /swaybg
parentMerge pull request #1638 from swaywm/swaybg-layers (diff)
downloadsway-0c8a64942e087038806b353949c900e03fd764a8.tar.gz
sway-0c8a64942e087038806b353949c900e03fd764a8.tar.zst
sway-0c8a64942e087038806b353949c900e03fd764a8.zip
Add initial layer shell skeleton
Diffstat (limited to 'swaybg')
-rw-r--r--swaybg/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybg/meson.build b/swaybg/meson.build
index 5e10f3c7..8704de6d 100644
--- a/swaybg/meson.build
+++ b/swaybg/meson.build
@@ -4,12 +4,12 @@ executable(
4 include_directories: [sway_inc], 4 include_directories: [sway_inc],
5 dependencies: [ 5 dependencies: [
6 cairo, 6 cairo,
7 client_protos,
7 gdk_pixbuf, 8 gdk_pixbuf,
8 jsonc, 9 jsonc,
9 math, 10 math,
10 pango, 11 pango,
11 pangocairo, 12 pangocairo,
12 sway_protos,
13 wayland_client, 13 wayland_client,
14 wlroots, 14 wlroots,
15 ], 15 ],