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:
Naïm Favier
2022-01-22 20:16:34 +01:00
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"
];