From ef37ef2004353af72ccb4c98ece2e643c08eb21e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 19 Jun 2020 17:09:03 +0200 Subject: [PATCH] debian/control: Add missing libfprint-2-tod-dev dependencies Compiling drivers with TOD requires various libraries that we were not properly listing. This is based on the libfprint-2-tod-1.pc content file. LP: #1884267 --- debian/control | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/control b/debian/control index 5fe02de2..c5cb302f 100644 --- a/debian/control +++ b/debian/control @@ -141,6 +141,11 @@ Package: libfprint-2-tod-dev Section: libdevel Architecture: any Depends: libfprint-2-tod1 (= ${binary:Version}), + libfprint-2-dev (= ${binary:Version}), + libglib2.0-dev (>= 2.56), + libgusb-dev (>= 0.2.0), + libpixman-1-dev, + libnss3-dev, ${misc:Depends} Description: async fingerprint library of fprint project, drivers development headers The fprint project aims to support for consumer fingerprint reader devices.