From beff7b8e8c00a1f5ce93bdb5dd7a96e288cac0b7 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Wed, 3 Jun 2020 14:15:36 +1000 Subject: [PATCH] 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 --- docs/index.html | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/index.html b/docs/index.html index 2b0f8c80..bd0b5fd7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -670,10 +670,6 @@ USE_OSGPLUGIN(<plugin2>) Perl XML::Parser - - Pkg-config - ≥ 0.16 - Python @@ -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

@@ -1042,7 +1032,6 @@ USE_OSGPLUGIN(<plugin2>) patch \ perl \ perl-XML-Parser \ - pkg-config \ python \ ruby \ sed \