pull/5835/head
Simon Allen 5 years ago committed by Jussi Pakkanen
parent 6a7b4be824
commit d5026f13de
  1. 2
      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)`)

Loading…
Cancel
Save