diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-11-25 10:51:20 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-11-25 10:51:20 +0100 |
| commit | 063adc3b70cd7e543b5eecd1f8ec91ca6b331dfd (patch) | |
| tree | 2737d2cce6fa10770cbc403c8e2cb78ef2599fb2 /swaynag | |
| parent | a87f82f5001d734f45e239edf051004ca5c093aa (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, |
