diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-02-09 18:48:43 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-02-19 22:33:47 +0200 |
commit | 4decf0ef6f990340437a7f2088ec4fe5450471b9 (patch) | |
tree | 9d21808bf31d97d297cc389bf934439a2c985049 /docs/markdown/snippets | |
parent | 76ae8658645c3e697bdf95777bbd36df7c1dd622 (diff) | |
download | meson-mixbuildsystems.tar.gz |
Document the project policy on mixing build systems. [skip ci]mixbuildsystems
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/uninstalled-pkgconfig.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/uninstalled-pkgconfig.md b/docs/markdown/snippets/uninstalled-pkgconfig.md index 2e265ab41..27a3c66c4 100644 --- a/docs/markdown/snippets/uninstalled-pkgconfig.md +++ b/docs/markdown/snippets/uninstalled-pkgconfig.md @@ -1,5 +1,8 @@ ## Uninstalled pkg-config files +**Note**: the functionality of this module is governed by [Meson's + rules on mixing build systems](Mixing-build-systems.md]. + The `pkgconfig` module now generates uninstalled pc files as well. For any generated `foo.pc` file, an extra `foo-uninstalled.pc` file is placed into `<builddir>/meson-uninstalled`. They can be used to build applications against |