aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprctl
diff options
context:
space:
mode:
authorAustin Horstman <[email protected]>2024-12-16 13:22:36 -0600
committerGitHub <[email protected]>2024-12-16 20:22:36 +0100
commite340e9f431c7f1792fd6bfea20eb2f71a59d511f (patch)
treec77d43d5af6842092714ee06949a90b12294b62b /hyprctl
parentc2d14a2013b871b5d0b50c39ee781882d68e8b03 (diff)
downloadHyprland-e340e9f431c7f1792fd6bfea20eb2f71a59d511f.tar.gz
Hyprland-e340e9f431c7f1792fd6bfea20eb2f71a59d511f.zip
nix/meson: add re2 dependency (#8738)
* nix/default: add re2 dependency * meson: add re2
Diffstat (limited to 'hyprctl')
-rw-r--r--hyprctl/meson.build1
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,
)