From 889d5235dd80549f75b22f43cbd5512f72fd35b2 Mon Sep 17 00:00:00 2001 From: Rael Gugelmin Cunha Date: Tue, 4 Apr 2023 12:03:05 -0300 Subject: [PATCH] Adding missing `v4l-utils` utils to Ubuntu dependencies --- howdy/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howdy/debian/control b/howdy/debian/control index d164854..a8b52df 100644 --- a/howdy/debian/control +++ b/howdy/debian/control @@ -9,7 +9,7 @@ Vcs-Git: https://github.com/boltgolt/howdy Package: howdy Homepage: https://github.com/boltgolt/howdy Architecture: amd64 -Depends: ${misc:Depends}, libc6, libgcc-s1, libpam0g, libstdc++6, curl | wget, python3, python3-pip, python3-dev, python3-setuptools, python3-numpy, python-opencv | python3-opencv, libopencv-dev, cmake, libinih-dev +Depends: ${misc:Depends}, libc6, libgcc-s1, libpam0g, libstdc++6, curl | wget, python3, python3-pip, python3-dev, python3-setuptools, python3-numpy, python-opencv | python3-opencv, libopencv-dev, cmake, libinih-dev, v4l-utils Recommends: libatlas-base-dev | libopenblas-dev | liblapack-dev, howdy-gtk Suggests: nvidia-cuda-dev (>= 7.5) Description: Howdy: Windows Hello style authentication for Linux.