2017-02-15 13:48:58 +00:00
|
|
|
option('pygi-overrides-dir', type : 'string', value : '',
|
|
|
|
description: 'Path to pygobject overrides directory')
|
2019-01-22 19:59:02 +00:00
|
|
|
option('libpython-dir', type : 'string', value : '',
|
|
|
|
description: 'Path to find libpythonXX.so')
|
2025-01-22 13:44:33 +00:00
|
|
|
option('python', type : 'string', deprecated: 'python-exe')
|
|
|
|
option('python-exe', type : 'string', value : 'python3', yield: true,
|
|
|
|
description: 'Path or name of the Python interpreter to build for.')
|
2021-09-14 21:25:46 +00:00
|
|
|
option('tests', type : 'feature', value : 'auto', yield : true)
|
2021-11-10 18:38:04 +00:00
|
|
|
option('plugin', type : 'feature', value : 'auto')
|