aboutsummaryrefslogtreecommitdiffstats
path: root/swaybg/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'swaybg/meson.build')
-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 ],