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
| # Install deps | |
| sudo apt install meson ninja-build build-essential git pkg-config libglib2.0-dev libgusb-dev libnss3-dev libpam-dev libudev-dev libusb-1.0-0-dev | |
| # 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 |