python312Packages.llama-index: 0.12.9 -> 0.12.9.post1 (#371957)
[NixPkgs.git] / pkgs / by-name / li / libfprint-2-tod1-vfs0090 / 0001-vfs0090-add-missing-explicit-dependencies-in-meson.b.patch
blobac06e83ab9387928b3e04cd6bdcde095cd32942b
1 From c02f2e040dd1e7664777c5a705272e4eb7bfb569 Mon Sep 17 00:00:00 2001
2 From: Vincent Breitmoser <look@my.amazin.horse>
3 Date: Thu, 10 Jun 2021 14:09:19 +0200
4 Subject: [PATCH] vfs0090: add missing explicit dependencies in meson.build
6 Make all dependencies explicit, so they can be found when building with Nix.
8 ---
9 meson.build | 3 +++
10 1 file changed, 3 insertions(+)
12 diff --git a/meson.build b/meson.build
13 index 54a7ca4..88f8793 100644
14 --- a/meson.build
15 +++ b/meson.build
16 @@ -17,6 +17,9 @@ udev_dep = dependency('udev')
17 vfs009x_deps += libfprint_tod_dep
18 vfs009x_deps += dependency('nss')
19 vfs009x_deps += dependency('openssl')
20 +vfs009x_deps += dependency('gusb')
21 +vfs009x_deps += dependency('libfprint-2')
22 +vfs009x_deps += dependency('glib-2.0')
24 vfs0090_deps += dependency('pixman-1')
26 --
27 2.31.1