diff options
Diffstat (limited to 'hyprpm/src/meson.build')
-rw-r--r-- | hyprpm/src/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hyprpm/src/meson.build b/hyprpm/src/meson.build index a8644169..e2c512a5 100644 --- a/hyprpm/src/meson.build +++ b/hyprpm/src/meson.build @@ -3,6 +3,7 @@ src = globber.stdout().strip().split('\n') executable('hyprpm', src, dependencies: [ + dependency('hyprutils', version: '>= 0.1.1'), dependency('threads'), dependency('tomlplusplus') ], |