diff options
author | Simon Ser <contact@emersion.fr> | 2022-11-25 10:51:20 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-11-25 10:51:20 +0100 |
commit | af8a5a8918ef42336194fb1077b008a736de7af9 (patch) | |
tree | c75c268d82f38a5bc4101fee40b985e3f12b5fea /swaynag | |
parent | e5475d9310941ce88ed016ce1515b36e3a440252 (diff) |
build: drop intermediate libraries for protocols
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, |