diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index f7d0606d1..1d4a0abac 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -432,7 +432,9 @@ &external; - None + + libsubunit + @@ -489,7 +491,7 @@ &dependencies; Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, - Make, Sed, Systemd, and Util-linux + Make, Pkgconf, Sed, Systemd, and Util-linux @@ -606,7 +608,9 @@ &dependencies; Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, - Gzip, Make, Sed, Texinfo, and Util-linux + Gzip, Make, Pkgconf, Sed, + Systemd, Texinfo, and + Util-linux @@ -996,7 +1000,8 @@ &external; - GNAT + GDC, + GNAT, and ISL @@ -1485,7 +1490,7 @@ &dependencies; Bash, Bison, Coreutils, Flex, GCC, Glibc, Make, Libcap, Libelf, - Linux API Headers, and Zlib + Linux API Headers, Pkgconf, and Zlib @@ -1516,7 +1521,7 @@ Berkeley DB, iptables, - libbpf, + libbpf, libmnl, and libtirpc @@ -1822,7 +1827,7 @@ &testsuites; - Check + Check and Pkgconf @@ -2051,7 +2056,8 @@ &dependencies; Bash, Binutils, Bzip2, Coreutils, Flex, GCC, GDBM, Gettext, - Glibc, Grep, Groff, Gzip, Less, Libpipeline, Make, Sed, and Xz + Glibc, Grep, Groff, Gzip, Less, Libpipeline, Make, Pkgconf, Sed, + Systemd, and Xz @@ -2511,7 +2517,9 @@ &before; - Kmod + D-Bus, E2fsprogs, + IProute2, Kmod, Man-DB, Procps-ng, Python, + Systemd, and Util-linux @@ -2528,7 +2536,9 @@ &dependencies; - Bash, Binutils, Coreutils, GCC, Glibc, Make, and Ncurses + Bash, Binutils, Coreutils, GCC, Glibc, Make, Ncurses, + and Pkgconf, and Systemd @@ -2556,7 +2566,12 @@ &external; - None + + None + + elogind + + @@ -2606,7 +2621,8 @@ &dependencies; Bash, Binutils, Coreutils, Expat, GCC, Gdbm, Gettext, Glibc, - Grep, Libffi, Make, Ncurses, OpenSSL, Sed, and Util-linux + Grep, Libffi, Make, Ncurses, OpenSSL, Pkgconf, Sed, and + Util-linux @@ -2810,8 +2826,8 @@ &dependencies; Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Expat, Gawk, - GCC, Glibc, Gperf, Grep, Jinja2, Libcap, Meson, Sed, Util-linux, - and Zstd + GCC, Glibc, Gperf, Grep, Jinja2, Libcap, Meson, Pkgconf, Sed, + Util-linux, and Zstd @@ -2832,7 +2848,7 @@ &before; - None + D-Bus, E2fsprogs, Man-DB, Procps-ng, and Util-linux @@ -3054,8 +3070,8 @@ &dependencies; Bash, Binutils, Coreutils, Diffutils, - Eudev, Findutils, Gawk, - GCC, Gettext, Glibc, Grep, Make, Ncurses, Sed, + Eudev, File, Findutils, Gawk, + GCC, Gettext, Glibc, Grep, Make, Ncurses, Pkgconf, Sed, Systemd, and Zlib @@ -3087,10 +3103,14 @@ Libcap-NG, + libeconf, + libuser, + libutempter, Linux-PAM - and smartmontools + url="&blfs-book;postlfs/linux-pam.html">Linux-PAM, + smartmontools, and + slang diff --git a/prologue/why.xml b/prologue/why.xml index ea22b04df..7cfa14b7a 100644 --- a/prologue/why.xml +++ b/prologue/why.xml @@ -487,10 +487,14 @@ - Pkg-config + Pkgconf - This package provides a program that returns meta-data about an - installed library or package. + This package contains a program which helps to configure + compiler and linker flags for development libraries. The program + can be used as a drop-in replacement of + pkg-config, which is needed by the building + system of many packages. It's maintained more actively and slightly + faster than the original Pkg-config package.