libfprint-tod: fix build with meson 0.60

libfprint 1.90.7 doesn't support the udev_rules_dir build option
main
Naïm Favier 2 years ago
parent 4068bcbf35
commit 9ab8b1400c
No known key found for this signature in database
GPG Key ID: 49B07322580B7EE2
  1. 4
      pkgs/development/libraries/libfprint-tod/default.nix

@ -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…
Cancel
Save