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
|
@ -19,7 +19,9 @@ in {
|
|||
sha256 = "0cj7iy5799pchyzqqncpkhibkq012g3bdpn18pfb19nm43svhn4j";
|
||||
};
|
||||
|
||||
mesonFlags = mesonFlags ++ [
|
||||
mesonFlags = [
|
||||
# Include virtual drivers for fprintd tests
|
||||
"-Ddrivers=all"
|
||||
"-Dudev_hwdb_dir=${placeholder "out"}/lib/udev/hwdb.d"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue