diff options
author | Simon Allen <simon@simonallen.org> | 2019-09-01 23:14:17 +1000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-09-02 21:34:22 +0300 |
commit | d5026f13dedd91e3bf88a72c5be83217d94e3254 (patch) | |
tree | cbf6527d0ed1437f895120ab485c7ed222a0c256 | |
parent | 6a7b4be8242a38bfc097040220d36c849f778621 (diff) | |
download | meson-d5026f13dedd91e3bf88a72c5be83217d94e3254.zip meson-d5026f13dedd91e3bf88a72c5be83217d94e3254.tar.gz meson-d5026f13dedd91e3bf88a72c5be83217d94e3254.tar.bz2 |
Fix typo
-rw-r--r-- | docs/markdown/Pkgconfig-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Pkgconfig-module.md b/docs/markdown/Pkgconfig-module.md index da18957..4aa82f6 100644 --- a/docs/markdown/Pkgconfig-module.md +++ b/docs/markdown/Pkgconfig-module.md @@ -85,7 +85,7 @@ previous versions might have slightly different behaviour. - Dependencies provided by pkg-config are added into `Requires:` or `Requires.private:`. If a version was specified when declaring that dependency it will be written into the generated file too. -- The thread dependency (i.e. `dependency('thread')`) adds `-pthread` into +- The threads dependency (i.e. `dependency('threads')`) adds `-pthread` into `Libs:` or `Libs.private:`. - Internal dependencies (i.e. `declare_dependency(compiler_args : '-DFOO', link_args : '-Wl,something', link_with : foo)`) |