mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
ci: Build against libfprint-1-0
The libfprint master branch will soon contain the v2 API. So change to use the libfprint-1-0 which will mean that the CI will continue to work. Note that the build_stable target will need to be removed when the new libfprint version reaches fedora rawhide.
This commit is contained in:
@ -22,7 +22,7 @@ build_stable:
|
||||
build_dev:
|
||||
before_script:
|
||||
- dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES_LIBFPRINT $DEPENDENCIES_DEV
|
||||
- git clone https://gitlab.freedesktop.org/libfprint/libfprint.git
|
||||
- git clone -b libfprint-1-0 https://gitlab.freedesktop.org/libfprint/libfprint.git
|
||||
- cd libfprint
|
||||
- meson . _build --prefix=/usr
|
||||
- ninja -C _build
|
||||
|
||||
Reference in New Issue
Block a user