From 3112a41cd74a32287f2a97bb962b423a4d23ac38 Mon Sep 17 00:00:00 2001 From: Gwilherm Folliot Date: Tue, 17 Dec 2024 19:03:56 +0100 Subject: [PATCH] input-capture: fix build --- hyprland-share-picker/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprland-share-picker/meson.build b/hyprland-share-picker/meson.build index ef29621..7a42657 100644 --- a/hyprland-share-picker/meson.build +++ b/hyprland-share-picker/meson.build @@ -18,6 +18,6 @@ executable('hyprland-share-picker', sources, ui_files, moc, - dependencies: qtdep, + dependencies: [qtdep, dependency('hyprutils')], install: true )