aboutsummaryrefslogtreecommitdiffstats
path: root/swaynag/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'swaynag/meson.build')
-rw-r--r--swaynag/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/swaynag/meson.build b/swaynag/meson.build
index 71f2fc2d..aef21483 100644
--- a/swaynag/meson.build
+++ b/swaynag/meson.build
@@ -5,13 +5,14 @@ executable(
5 'render.c', 5 'render.c',
6 'swaynag.c', 6 'swaynag.c',
7 'types.c', 7 'types.c',
8 wl_protos_src,
8 ], 9 ],
9 include_directories: [sway_inc], 10 include_directories: [sway_inc],
10 dependencies: [ 11 dependencies: [
11 cairo, 12 cairo,
12 client_protos,
13 pango, 13 pango,
14 pangocairo, 14 pangocairo,
15 rt,
15 wayland_client, 16 wayland_client,
16 wayland_cursor, 17 wayland_cursor,
17 ], 18 ],