mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
committed by
Benjamin Berg
parent
f6e80456d9
commit
019a294ec4
@@ -99,6 +99,7 @@ virtual_drivers = [
|
||||
]
|
||||
|
||||
udev_drivers = [
|
||||
'elanspi'
|
||||
]
|
||||
|
||||
default_drivers = [
|
||||
@@ -174,7 +175,7 @@ foreach driver: drivers
|
||||
error('NSS is required for the URU4000/URU4500 driver')
|
||||
endif
|
||||
endif
|
||||
if driver == 'aes3500' or driver == 'aes4000'
|
||||
if driver == 'aes3500' or driver == 'aes4000' or driver == 'elanspi'
|
||||
imaging_dep = dependency('pixman-1', required: false)
|
||||
if not imaging_dep.found()
|
||||
error('pixman is required for imaging support')
|
||||
|
||||
Reference in New Issue
Block a user