diff options
| author | Simon Ser <contact@emersion.fr> | 2022-11-25 10:51:20 +0100 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2022-11-26 10:29:58 +0100 |
| commit | 52166bc1f530f477a6786707edf4b503e1a92cf5 (patch) | |
| tree | 2737d2cce6fa10770cbc403c8e2cb78ef2599fb2 /swaynag | |
| parent | 2a6bcc673860ec5e70f1892b84f0e7d36ad9ebbd (diff) | |
build: drop intermediate libraries for protocols
(cherry picked from commit af8a5a8918ef42336194fb1077b008a736de7af9)
Diffstat (limited to 'swaynag')
| -rw-r--r-- | swaynag/meson.build | 2 |
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, |
