diff options
-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)`) |