aboutsummaryrefslogtreecommitdiff
path: root/swaynag
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-11-25 10:51:20 +0100
committerSimon Ser <contact@emersion.fr>2022-11-26 10:29:58 +0100
commit52166bc1f530f477a6786707edf4b503e1a92cf5 (patch)
tree2737d2cce6fa10770cbc403c8e2cb78ef2599fb2 /swaynag
parent2a6bcc673860ec5e70f1892b84f0e7d36ad9ebbd (diff)
build: drop intermediate libraries for protocols
(cherry picked from commit af8a5a8918ef42336194fb1077b008a736de7af9)
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,