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] a063f823e8 (diff-b67911656ef5d18c4ae36cb6741b7965)
pull/2514/head
Tony Theodore 4 years ago
parent eacbcb0331
commit beff7b8e8c

@ -670,10 +670,6 @@ USE_OSGPLUGIN(<plugin2>)
<td><a href="https://metacpan.org/pod/distribution/XML-Parser/Parser.pm">Perl XML::Parser</a></td> <td><a href="https://metacpan.org/pod/distribution/XML-Parser/Parser.pm">Perl XML::Parser</a></td>
<td></td> <td></td>
</tr> </tr>
<tr>
<td><a href="https://www.freedesktop.org/wiki/Software/pkg-config/">Pkg-config</a></td>
<td>≥ 0.16</td>
</tr>
<tr> <tr>
<td><a href="https://www.python.org/">Python</a></td> <td><a href="https://www.python.org/">Python</a></td>
<td></td> <td></td>
@ -729,7 +725,6 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
p7zip-full \ p7zip-full \
patch \ patch \
perl \ perl \
pkg-config \
python \ python \
ruby \ ruby \
sed \ sed \
@ -787,7 +782,6 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
p7zip \ p7zip \
patch \ patch \
perl \ perl \
pkgconfig \
python \ python \
ruby \ ruby \
sed \ sed \
@ -825,7 +819,6 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
p7zip \ p7zip \
patch \ patch \
perl5 \ perl5 \
pkgconf \
python \ python \
ruby \ ruby \
unzip \ unzip \
@ -895,7 +888,6 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
patch \ patch \
perl \ perl \
perl-xml-parser \ perl-xml-parser \
pkgconfig \
python \ python \
ruby \ ruby \
sed \ sed \
@ -926,7 +918,6 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
dev-perl/XML-Parser \ dev-perl/XML-Parser \
dev-util/gperf \ dev-util/gperf \
dev-util/intltool \ dev-util/intltool \
dev-util/pkgconfig \
dev-vcs/git \ dev-vcs/git \
net-misc/wget \ net-misc/wget \
sys-apps/sed \ sys-apps/sed \
@ -988,7 +979,6 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
libtool \ libtool \
lzip \ lzip \
p7zip \ p7zip \
pkg-config \
wget \ wget \
xz</pre> xz</pre>
<p> <p>
@ -1042,7 +1032,6 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
patch \ patch \
perl \ perl \
perl-XML-Parser \ perl-XML-Parser \
pkg-config \
python \ python \
ruby \ ruby \
sed \ sed \

Loading…
Cancel
Save