about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/libfprint-2-tod1-vfs0090/0001-vfs0090-add-missing-explicit-dependencies-in-meson.b.patch
blob: ac06e83ab9387928b3e04cd6bdcde095cd32942b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From c02f2e040dd1e7664777c5a705272e4eb7bfb569 Mon Sep 17 00:00:00 2001
From: Vincent Breitmoser <look@my.amazin.horse>
Date: Thu, 10 Jun 2021 14:09:19 +0200
Subject: [PATCH] vfs0090: add missing explicit dependencies in meson.build

Make all dependencies explicit, so they can be found when building with Nix.

---
 meson.build | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meson.build b/meson.build
index 54a7ca4..88f8793 100644
--- a/meson.build
+++ b/meson.build
@@ -17,6 +17,9 @@ udev_dep = dependency('udev')
 vfs009x_deps += libfprint_tod_dep
 vfs009x_deps += dependency('nss')
 vfs009x_deps += dependency('openssl')
+vfs009x_deps += dependency('gusb')
+vfs009x_deps += dependency('libfprint-2')
+vfs009x_deps += dependency('glib-2.0')
 
 vfs0090_deps += dependency('pixman-1')
 
-- 
2.31.1