This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Clone fprintd source code | |
git clone https://gitlab.freedesktop.org/libfprint/libfprint.git | |
# Checkout to our good guy who made a patch for sensor | |
# 1c7a:0587 LighTuning Technology Inc. ETU905A88-E | |
git fetch "https://gitlab.freedesktop.org/thameruddin/libfprint.git" 'egismoc-0587' | |
git checkout -b 'libfprint-egismoc-0587' FETCH_HEAD | |
# Try building the code | |
cd libfprint |