Skip to content

Commit

Permalink
Serial support is ENABLED by default
Browse files Browse the repository at this point in the history
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
  • Loading branch information
LudovicRousseau committed May 10, 2024
1 parent 02081cf commit dfd2e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.options
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ option('usb',

option('serial',
type : 'boolean',
value : false,
value : true,
description : 'Support serial readers')

option('serialconfdir',
Expand Down

0 comments on commit dfd2e47

Please sign in to comment.