From 57790cf4133b8c36b769d9cd5e66b2cc44381cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 28 Feb 2020 17:42:52 +0100 Subject: [PATCH] debian/README.tod.md: Added informations about the TOD fork --- debian/README.tod.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debian/README.tod.md diff --git a/debian/README.tod.md b/debian/README.tod.md new file mode 100644 index 00000000..f83de46f --- /dev/null +++ b/debian/README.tod.md @@ -0,0 +1,14 @@ +### libfprint-TOD - libfprint for Touch OEM Drivers + +This is a light fork of libfprint to expose internal Drivers API in order to +create drivers as shared libraries. + +Fork is hosted at: https://gitlab.freedesktop.org/3v1n0/libfprint/tree/tod + +Packaging for this is handled via gbp, so you need to make sure that you have +added the remote: + + git remote add origin-tod https://gitlab.freedesktop.org/3v1n0/libfprint.git + git fetch origin-tod --tags + +To get the latest tod release, just use `gbp import-orig --uscan`.