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 18:31:54 +01:00
parent 4068bcbf35
commit 9ab8b1400c
No known key found for this signature in database
GPG key ID: 49B07322580B7EE2

View file

@ -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"
];