aboutsummaryrefslogtreecommitdiff
path: root/swaybar/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 /swaybar/meson.build
parent216cfafea6cdfbb8d986035a4169b19419b874ea (diff)
build: drop intermediate libraries for protocols
Diffstat (limited to 'swaybar/meson.build')
-rw-r--r--swaybar/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/swaybar/meson.build b/swaybar/meson.build
index 9feb3cd2..e5f1811e 100644
--- a/swaybar/meson.build
+++ b/swaybar/meson.build
@@ -8,7 +8,6 @@ tray_files = have_tray ? [
swaybar_deps = [
cairo,
- client_protos,
gdk_pixbuf,
jsonc,
math,
@@ -32,7 +31,8 @@ executable(
'main.c',
'render.c',
'status_line.c',
- tray_files
+ tray_files,
+ wl_protos_src,
],
include_directories: [sway_inc],
dependencies: swaybar_deps,