input-capture: fix build

This commit is contained in:
Gwilherm Folliot 2024-12-17 19:03:56 +01:00
parent a6d3a24008
commit 12a162245f
No known key found for this signature in database
GPG key ID: 90236D3623DCD660

View file

@ -18,6 +18,6 @@ executable('hyprland-share-picker',
sources,
ui_files,
moc,
dependencies: qtdep,
dependencies: [qtdep, dependency('hyprutils')],
install: true
)