From d5026f13dedd91e3bf88a72c5be83217d94e3254 Mon Sep 17 00:00:00 2001 From: Simon Allen Date: Sun, 1 Sep 2019 23:14:17 +1000 Subject: Fix typo --- docs/markdown/Pkgconfig-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Pkgconfig-module.md') 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)`) -- cgit v1.1