diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-04 20:29:32 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-04 20:29:32 +0200 |
commit | 6910009e070010b3ea74aa664d0c522c9f07469a (patch) | |
tree | 2e3c9a6b0fdb02ba6eac9cc47b23655cc3ae9ec7 /meson.build | |
parent | 4e614a18bc8268f72b290a67b66fdc22cc50643d (diff) |
Fix region capture on hyprland with multiple monitors
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
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'), |