2018-12-06 15:16:13 +01:00
|
|
|
option('runtime', type : 'combo',
|
|
|
|
choices : ['libidn2', 'libicu', 'libidn', 'no', 'auto'], value : 'auto',
|
|
|
|
description : 'Specify the IDNA library used for libpsl run-time conversions')
|
|
|
|
|
2022-03-07 14:14:41 +01:00
|
|
|
option('builtin', type : 'boolean',
|
|
|
|
value : true,
|
|
|
|
description : 'Specify whether libpsl will include built-in PSL data')
|
2018-12-06 15:16:13 +01:00
|
|
|
|
|
|
|
option('psl_distfile', type : 'string', value : '',
|
|
|
|
description : 'path to distribution-wide PSL file')
|
|
|
|
|
|
|
|
option('psl_file', type : 'string', value : '',
|
|
|
|
description : 'path to PSL file')
|
|
|
|
|
|
|
|
option('psl_testfile', type : 'string', value : '',
|
|
|
|
description : 'path to PSL test file')
|
2021-01-26 12:38:01 +01:00
|
|
|
|
|
|
|
option('docs', type: 'boolean', value: false,
|
|
|
|
description: 'Build the API reference (requires gtk-doc)')
|