diff options
Diffstat (limited to 'docs/markdown/snippets/dep_get_variable.md')
| -rw-r--r-- | docs/markdown/snippets/dep_get_variable.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/markdown/snippets/dep_get_variable.md b/docs/markdown/snippets/dep_get_variable.md deleted file mode 100644 index 54373d963..000000000 --- a/docs/markdown/snippets/dep_get_variable.md +++ /dev/null @@ -1,8 +0,0 @@ -## `dep.get_variable(varname)` - -`dep.get_variable()` now has `varname` as first positional argument. -It is used as default value for `cmake`, `pkgconfig`, `configtool` and `internal` -keyword arguments. It is useful in the common case where `pkgconfig` and `internal` -use the same variable name, in which case it's easier to write `dep.get_variable('foo')` -instead of `dep.get_variable(pkgconfig: 'foo', internal: 'foo')`. - |
