forked from mirrors/nixpkgs
libfprint-tod: fix build with meson 0.60
libfprint 1.90.7 doesn't support the udev_rules_dir build option
This commit is contained in:
parent
4068bcbf35
commit
9ab8b1400c
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ in {
|
||||||
sha256 = "0cj7iy5799pchyzqqncpkhibkq012g3bdpn18pfb19nm43svhn4j";
|
sha256 = "0cj7iy5799pchyzqqncpkhibkq012g3bdpn18pfb19nm43svhn4j";
|
||||||
};
|
};
|
||||||
|
|
||||||
mesonFlags = mesonFlags ++ [
|
mesonFlags = [
|
||||||
|
# Include virtual drivers for fprintd tests
|
||||||
|
"-Ddrivers=all"
|
||||||
"-Dudev_hwdb_dir=${placeholder "out"}/lib/udev/hwdb.d"
|
"-Dudev_hwdb_dir=${placeholder "out"}/lib/udev/hwdb.d"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue