diff options
Diffstat (limited to 'docs/markdown/Python-module.md')
-rw-r--r-- | docs/markdown/Python-module.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Python-module.md b/docs/markdown/Python-module.md index 20eae1a..6f4120d 100644 --- a/docs/markdown/Python-module.md +++ b/docs/markdown/Python-module.md @@ -112,6 +112,8 @@ following keyword argument: - `embed`: *(since 0.53.0)* If true, Meson will try to find a python dependency that can be used for embedding python into an application. +- `disabler` *(since 0.60.0)*: if `true` and the dependency couldn't be found, + returns a [disabler object](#disabler-object) instead of a not-found dependency. **Returns**: a [python dependency][`python_dependency` object] |