diff options
author | Tony Theodore <tonyt@logyst.com> | 2020-06-03 04:15:36 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2020-06-03 04:15:36 (GMT) |
commit | beff7b8e8c00a1f5ce93bdb5dd7a96e288cac0b7 (patch) | |
tree | 022be6375ea5cab439b09e719eaa4bdbd52015e1 /docs | |
parent | eacbcb03319279259809f40c50b99add2cfda113 (diff) | |
download | mxe-beff7b8e8c00a1f5ce93bdb5dd7a96e288cac0b7.zip mxe-beff7b8e8c00a1f5ce93bdb5dd7a96e288cac0b7.tar.gz mxe-beff7b8e8c00a1f5ce93bdb5dd7a96e288cac0b7.tar.bz2 |
docs: remove pkg-config from requirements
This was removed on 2014-10-29[1], but the docs weren't updated.
- cross packages use the prefixed ${target}-pkg-config wrapper
- native packages use usr/${build}/bin/pkgconf
- native reqs may install whichever pkg-config the package manager
specifies, but it isn't used by mxe
closes #2456
[1] https://github.com/mxe/mxe/commit/a063f823e8618c2fc7f44829aed5f6e119a88a88#diff-b67911656ef5d18c4ae36cb6741b7965
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/index.html b/docs/index.html index 2b0f8c8..bd0b5fd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -671,10 +671,6 @@ USE_OSGPLUGIN(<plugin2>) <td></td> </tr> <tr> - <td><a href="https://www.freedesktop.org/wiki/Software/pkg-config/">Pkg-config</a></td> - <td>≥ 0.16</td> - </tr> - <tr> <td><a href="https://www.python.org/">Python</a></td> <td></td> </tr> @@ -729,7 +725,6 @@ USE_OSGPLUGIN(<plugin2>) p7zip-full \ patch \ perl \ - pkg-config \ python \ ruby \ sed \ @@ -787,7 +782,6 @@ USE_OSGPLUGIN(<plugin2>) p7zip \ patch \ perl \ - pkgconfig \ python \ ruby \ sed \ @@ -825,7 +819,6 @@ USE_OSGPLUGIN(<plugin2>) p7zip \ patch \ perl5 \ - pkgconf \ python \ ruby \ unzip \ @@ -895,7 +888,6 @@ USE_OSGPLUGIN(<plugin2>) patch \ perl \ perl-xml-parser \ - pkgconfig \ python \ ruby \ sed \ @@ -926,7 +918,6 @@ USE_OSGPLUGIN(<plugin2>) dev-perl/XML-Parser \ dev-util/gperf \ dev-util/intltool \ - dev-util/pkgconfig \ dev-vcs/git \ net-misc/wget \ sys-apps/sed \ @@ -988,7 +979,6 @@ USE_OSGPLUGIN(<plugin2>) libtool \ lzip \ p7zip \ - pkg-config \ wget \ xz</pre> <p> @@ -1042,7 +1032,6 @@ USE_OSGPLUGIN(<plugin2>) patch \ perl \ perl-XML-Parser \ - pkg-config \ python \ ruby \ sed \ |