aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Buitenhuis <roy.buitenhuis94@gmail.com>2018-05-02 13:46:13 +0200
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2018-05-02 11:46:13 +0000
commit554266d6f26d6b19cf29f7b655c214a073c8882e (patch)
treeb2d5e3b646045ec2c0d319f1b8a27ecfbd7bc160
parentd28e6c6153043617a9bccf603d42f4a0d41a11aa (diff)
downloadmeson-554266d6f26d6b19cf29f7b655c214a073c8882e.zip
meson-554266d6f26d6b19cf29f7b655c214a073c8882e.tar.gz
meson-554266d6f26d6b19cf29f7b655c214a073c8882e.tar.bz2
docs: Added reference to pkg-config module page [skip ci]
-rw-r--r--docs/markdown/Pkg-config-files.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Pkg-config-files.md b/docs/markdown/Pkg-config-files.md
index ddb8bab..0427b0e 100644
--- a/docs/markdown/Pkg-config-files.md
+++ b/docs/markdown/Pkg-config-files.md
@@ -17,3 +17,5 @@ pkg.generate(libraries : libs,
```
This causes a file called `simple.pc` to be created and placed into the install directory during the install phase.
+
+More infromation on the pkg-config module and the parameters can be found on the [pkgconfig-module](http://mesonbuild.com/Pkgconfig-module.html) page.