Skip to content

Commit 75ea83b

Browse files
authored
Add goodixtls compile target
1 parent edf3449 commit 75ea83b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

libfprint/meson.build

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,7 @@ foreach driver: drivers
187187
]
188188
endif
189189
if driver == 'goodixtls'
190-
drivers_sources += [
191-
'drivers/goodixtls/goodix.c',
192-
]
190+
drivers_sources += ['drivers/goodixtls/goodix.c', 'drivers/goodixtls/goodixtls.c']
193191
endif
194192
endforeach
195193

@@ -241,6 +239,7 @@ deps = [
241239
mathlib_dep,
242240
nss_dep,
243241
openssl_dep,
242+
threads_dep,
244243
]
245244

246245
# These are empty and only exist so that the include directories are created

0 commit comments

Comments
 (0)