1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
option('extra_bundle_id',
type : 'string',
value : '',
description : 'appended to the name of the bundle directory')
option('class',
type : 'boolean',
description : 'enable the CCIDCLASSDRIVER in Info.plist')
option('composite-as-multislot',
type : 'boolean',
value : false,
description : 'composite device are seen as multi-slots')
option('embedded',
type : 'boolean',
value : false,
description : 'for embedded systems [limit RAM and CPU resources by disabling features (log)]')
option('os_log',
type : 'boolean',
value : false,
description : 'use os_log(3) instead of printf() for debug (Sierra 10.12 and up)]')
option('pcsclite',
type : 'boolean',
description : 'use pcsc-lite debug support')
option('serial',
type : 'boolean',
value : false,
description : 'enable the driver for the serial CCID readers')
option('zlp',
type : 'boolean',
value : false,
description : 'enable the Zero Length Packet patch for some Gemalto readers')
option('enable-extras',
type : 'boolean',
value : false,
description : 'also compile examples and contrib')
option('udev-rules',
type: 'boolean',
value: true,
description: 'install udev rules')
|