diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-04-10 16:31:58 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-04-10 16:31:58 +0100 |
commit | 703f241c56199148e0acb3220c3f4a658ab24144 (patch) | |
tree | 104b10b989a3b1fe6e10c3a05a55da67723efd31 /etc | |
parent | 97b131f6725c1a9fe0c8050ffa7439bed3ef6c41 (diff) | |
download | midipix_build-703f241c56199148e0acb3220c3f4a658ab24144.tar.bz2 midipix_build-703f241c56199148e0acb3220c3f4a658ab24144.tar.xz |
Pass pkg-config(1) search path via ${PKG_CONFIG_LIBDIR}.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/README.md b/etc/README.md index 149a55b4..12c19ab7 100644 --- a/etc/README.md +++ b/etc/README.md @@ -525,7 +525,7 @@ VERSION`` and/or ``URLS_GIT``, respectively. | NO_LOG_VARS | Inhibit logging of build & package variables pre-package build |
| PATCHES_EXTRA | Additional list of patches to apply |
| PKG_CONFIG | Command- or pathname of ``pkg-config(1)`` |
-| PKG_CONFIG_PATH | ``pkg-config(1)`` search path |
+| PKG_CONFIG_LIBDIR | ``pkg-config(1)`` search directory |
| PKGLIST_DISABLE | Inhibit inclusion into ``${PREFIX}/pkglist.${PKG_BUILD_TYPE}`` |
| PREFIX | Absolute pathname of top-level installation directory and package search path |
| PYTHON | Command- or pathname of Python |
|