aboutsummaryrefslogtreecommitdiff
path: root/swaynag
diff options
context:
space:
mode:
Diffstat (limited to 'swaynag')
-rw-r--r--swaynag/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaynag/meson.build b/swaynag/meson.build
index 71f2fc2d..f238bbb5 100644
--- a/swaynag/meson.build
+++ b/swaynag/meson.build
@@ -5,11 +5,11 @@ executable(
'render.c',
'swaynag.c',
'types.c',
+ wl_protos_src,
],
include_directories: [sway_inc],
dependencies: [
cairo,
- client_protos,
pango,
pangocairo,
wayland_client,