mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-10 21:06:51 +00:00
build: Do not mark secugen endian-dependent
The driver works fine in big endian machine
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ drivers_info = {
|
||||
'realtek': {},
|
||||
'focaltech_moc': {},
|
||||
'mafpmoc': { 'endian_dependent': true },
|
||||
'secugen': { 'endian_dependent': true },
|
||||
'secugen': {},
|
||||
|
||||
# SPI driver (non-optional if SPI is available)
|
||||
'elanspi': { 'spi': true, 'helper': ['udev'], 'optional': not have_spi, 'endian_dependent': true },
|
||||
|
||||
Reference in New Issue
Block a user