mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 03:18:35 +02:00
build: Allow testing more drivers in both big and little endian
I've tested them in a s390x host and many more tests work fine, so let's enable them.
This commit is contained in:
parent
057c209beb
commit
ed1815c3d9
1 changed files with 18 additions and 0 deletions
18
meson.build
18
meson.build
|
|
@ -142,8 +142,26 @@ default_drivers = [
|
|||
# FIXME: All the drivers should be fixed by adjusting the byte order.
|
||||
# See https://gitlab.freedesktop.org/libfprint/libfprint/-/issues/236
|
||||
endian_independent_drivers = virtual_drivers + [
|
||||
'aes1610',
|
||||
'aes1660',
|
||||
'aes2550',
|
||||
'aes2660',
|
||||
'aes3500',
|
||||
'aes4000',
|
||||
'egis0570',
|
||||
'elanmoc',
|
||||
'etes603',
|
||||
'focaltech_moc',
|
||||
'nb1010',
|
||||
'realtek',
|
||||
'synaptics',
|
||||
'upeksonly',
|
||||
'upektc',
|
||||
'upektc_img',
|
||||
'upekts',
|
||||
'vcom5s',
|
||||
'vfs101',
|
||||
'vfs7552',
|
||||
]
|
||||
|
||||
all_drivers = default_drivers + virtual_drivers
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue