aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Dependencies.md
diff options
context:
space:
mode:
authorFlorian Märkl <info@florianmaerkl.de>2019-02-18 20:57:34 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2019-02-18 21:57:34 +0200
commit43d975ed10f02f78607a85cd2b5a7ce4a6609ed2 (patch)
tree58c0f3f584d4929869a110c61c989b211e7493cb /docs/markdown/Dependencies.md
parentea1ad718aaa66982a3dde5d50638ed680dfe4ed6 (diff)
downloadmeson-43d975ed10f02f78607a85cd2b5a7ce4a6609ed2.zip
meson-43d975ed10f02f78607a85cd2b5a7ce4a6609ed2.tar.gz
meson-43d975ed10f02f78607a85cd2b5a7ce4a6609ed2.tar.bz2
Correct pkg-config method in Qt dependency docs [skip ci]
Diffstat (limited to 'docs/markdown/Dependencies.md')
-rw-r--r--docs/markdown/Dependencies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md
index 608f3b2..e243e94 100644
--- a/docs/markdown/Dependencies.md
+++ b/docs/markdown/Dependencies.md
@@ -427,7 +427,7 @@ include path of the given module(s) to the compiler flags. (since v0.47.0)
**Note** using private headers in your project is a bad idea, do so at your own
risk.
-`method` may be `auto`, `pkgconfig` or `qmake`.
+`method` may be `auto`, `pkg-config` or `qmake`.
## SDL2