diff options
author | Sam James <sam@gentoo.org> | 2025-06-14 18:26:57 +0100 |
---|---|---|
committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-06-17 14:09:12 +0300 |
commit | bf01fc50800eb011619ca40887deeddeeac5fbe5 (patch) | |
tree | 9b8b914a06f7534acf8c165aa46482f3c79fcdd4 /docs/markdown | |
parent | 3878f8db71e35c7a57697c97debb5a5fd8b2fc47 (diff) | |
download | meson-bf01fc50800eb011619ca40887deeddeeac5fbe5.zip meson-bf01fc50800eb011619ca40887deeddeeac5fbe5.tar.gz meson-bf01fc50800eb011619ca40887deeddeeac5fbe5.tar.bz2 |
docs: fix formatting of pkg_config_libdir property
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Cross-compilation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Cross-compilation.md b/docs/markdown/Cross-compilation.md index 533c246..891ea4d 100644 --- a/docs/markdown/Cross-compilation.md +++ b/docs/markdown/Cross-compilation.md @@ -193,7 +193,7 @@ This is used internally by Meson to set the PKG_CONFIG_SYSROOT_DIR environment variable for pkg-config. If this is unset the host system is assumed to share a root with the build system. -*Since 0.54.0* The pkg_config_libdir property may point to a list of +*Since 0.54.0* The `pkg_config_libdir` property may point to a list of path used internally by Meson to set the PKG_CONFIG_LIBDIR environment variable for pkg-config. This prevents pkg-config from searching cross dependencies in system directories. |