aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-04 20:29:32 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-04 20:29:32 +0200
commit6910009e070010b3ea74aa664d0c522c9f07469a (patch)
tree2e3c9a6b0fdb02ba6eac9cc47b23655cc3ae9ec7 /meson.build
parent4e614a18bc8268f72b290a67b66fdc22cc50643d (diff)
Fix region capture on hyprland with multiple monitors
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index eae59f7..abe23a4 100644
--- a/meson.build
+++ b/meson.build
@@ -41,6 +41,9 @@ src = [
'src/main.cpp',
]
+subdir('protocol')
+src += protocol_src
+
dep = [
dependency('threads'),
dependency('libavcodec'),