Wrap a line in a way that doesn't break link [skip ci]
This commit is contained in:
parent
2cb6bb1cf9
commit
8d5361bb1d
|
@ -346,8 +346,8 @@ otherwise. This function supports the following keyword arguments:
|
||||||
dependency to find if it's available for multiple languages.
|
dependency to find if it's available for multiple languages.
|
||||||
- `method` defines the way the dependency is detected, the default is
|
- `method` defines the way the dependency is detected, the default is
|
||||||
`auto` but can be overridden to be e.g. `qmake` for Qt development,
|
`auto` but can be overridden to be e.g. `qmake` for Qt development,
|
||||||
and [different dependencies support different values]
|
and [different dependencies support different values](
|
||||||
(Dependencies.md#dependencies-with-custom-lookup-functionality)
|
Dependencies.md#dependencies-with-custom-lookup-functionality)
|
||||||
for this (though `auto` will work on all of them)
|
for this (though `auto` will work on all of them)
|
||||||
- `native` if set to `true`, causes Meson to find the dependency on
|
- `native` if set to `true`, causes Meson to find the dependency on
|
||||||
the build machine system rather than the host system (i.e. where the
|
the build machine system rather than the host system (i.e. where the
|
||||||
|
|
Loading…
Reference in New Issue