lol

libfprint-tod: fix build with meson 0.60

libfprint 1.90.7 doesn't support the udev_rules_dir build option

+3 -1
+3 -1
pkgs/development/libraries/libfprint-tod/default.nix
··· 19 sha256 = "0cj7iy5799pchyzqqncpkhibkq012g3bdpn18pfb19nm43svhn4j"; 20 }; 21 22 - mesonFlags = mesonFlags ++ [ 23 "-Dudev_hwdb_dir=${placeholder "out"}/lib/udev/hwdb.d" 24 ]; 25
··· 19 sha256 = "0cj7iy5799pchyzqqncpkhibkq012g3bdpn18pfb19nm43svhn4j"; 20 }; 21 22 + mesonFlags = [ 23 + # Include virtual drivers for fprintd tests 24 + "-Ddrivers=all" 25 "-Dudev_hwdb_dir=${placeholder "out"}/lib/udev/hwdb.d" 26 ]; 27