aboutsummaryrefslogtreecommitdiff
path: root/swaynag/meson.build
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2022-11-25 10:51:20 +0100
committerFurkan Sahin <furkan-dev@proton.me>2022-11-25 10:51:20 +0100
commitff8a1808944de966b3602518587b78edc5159844 (patch)
treec75c268d82f38a5bc4101fee40b985e3f12b5fea /swaynag/meson.build
parent216cfafea6cdfbb8d986035a4169b19419b874ea (diff)
build: drop intermediate libraries for protocols
Diffstat (limited to 'swaynag/meson.build')
-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,