From dfd2e47708fc391486b6f8abb163a5cc5abd690b Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Fri, 10 May 2024 14:49:17 +0200 Subject: [PATCH] Serial support is ENABLED by default In fact serial support is needed by drivers that are not using serial smart card readers. For example virtualsmartcard https://frankmorgner.github.io/vsmartcard/virtualsmartcard/README.html Thanks to Jakub Jelen for the notice "[Pcsclite-muscle] (possible) evolutions of pcsc-lite and libccid" https://lists.infradead.org/pipermail/pcsclite-muscle/2024-May/001486.html --- meson.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.options b/meson.options index 85afb3b6..601f95a9 100644 --- a/meson.options +++ b/meson.options @@ -21,7 +21,7 @@ option('usb', option('serial', type : 'boolean', - value : false, + value : true, description : 'Support serial readers') option('serialconfdir',