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:
Benjamin Berg
2019-10-07 16:39:25 +02:00
parent 3520cb56d1
commit 8893c2f906

View File

@ -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