diff options
Diffstat (limited to 'hyprctl')
-rw-r--r-- | hyprctl/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hyprctl/meson.build b/hyprctl/meson.build index 455f5739..d6769b84 100644 --- a/hyprctl/meson.build +++ b/hyprctl/meson.build @@ -3,6 +3,7 @@ executable( 'main.cpp', dependencies: [ dependency('hyprutils', version: '>= 0.1.1'), + dependency('re2', required: true) ], install: true, ) |