summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2024-02-19 20:28:01 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2024-02-19 23:38:40 +0100
commited1815c3d951630c472f093ed8dfdcb03e597134 (patch)
tree8d1d8c4e8c03303da6775044d370514bd2879883
parent057c209bebdd852178030e3cae7a7bd1b1dfe05f (diff)
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.
-rw-r--r--meson.build18
1 files changed, 18 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index b57d3c5..64779e9 100644
--- a/meson.build
+++ b/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