diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-31 18:00:24 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-31 19:49:20 +0000 |
commit | 474f4813c477c30bed842baa706170e5e902838c (patch) | |
tree | b32990d77af51d03e98c01a3a1af78def756b26f /docs/markdown/External-Project-module.md | |
parent | 4bde7f31ae5fa162a514f3d876d38943fcdff406 (diff) | |
download | meson-474f4813c477c30bed842baa706170e5e902838c.zip meson-474f4813c477c30bed842baa706170e5e902838c.tar.gz meson-474f4813c477c30bed842baa706170e5e902838c.tar.bz2 |
Capitalize "Meson" consistently as it is a proper name. [skip ci]
Diffstat (limited to 'docs/markdown/External-Project-module.md')
-rw-r--r-- | docs/markdown/External-Project-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/External-Project-module.md b/docs/markdown/External-Project-module.md index c13f81b..866564e 100644 --- a/docs/markdown/External-Project-module.md +++ b/docs/markdown/External-Project-module.md @@ -42,7 +42,7 @@ Known limitations: yet supported. - When cross compiling, if `PKG_CONFIG_SYSROOT_DIR` is set in environment or `sys_root` in the cross file properties, the external subproject will not be - able to find dependencies built by meson using pkg-config. The reason is + able to find dependencies built by Meson using pkg-config. The reason is pkg-config and pkgconf both prepend the sysroot path to `-I` and `-L` arguments from `-uninstalled.pc` files. This is arguably a bug that could be fixed in future version of pkg-config/pkgconf. |