diff options
author | Adlai Chandrasekhar <adlai.chandrasekhar@gmail.com> | 2025-01-09 00:41:20 +0000 |
---|---|---|
committer | Adlai Chandrasekhar <adlai.chandrasekhar@gmail.com> | 2025-01-16 17:31:13 +0200 |
commit | 160c27ec078346fbf07f9b84dc10cef2b9809327 (patch) | |
tree | 7c6927c079852e2b559239394ccb84f84b58aeb3 /depends | |
parent | 335798c496371b7e12a7e159312a4377a858cfc3 (diff) |
doc: Update dependency installation for Debian/Ubuntu and CI
According to the description for pkg-config, "pkgconf is a
replacement for pkg-config, providing additional functionality
while also maintaining compatibility. This package only provides
a dependency link to the pkgconf package to help with package
upgrades. It can be safely removed."
Thus several scripts and markdown files are updated.
Diffstat (limited to 'depends')
-rw-r--r-- | depends/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/README.md b/depends/README.md index 5ecf16e3c4..848137f03f 100644 --- a/depends/README.md +++ b/depends/README.md @@ -47,7 +47,7 @@ The paths are automatically configured and no other options are needed. Skip the following packages if you don't intend to use the GUI and will build with [`NO_QT=1`](#dependency-options): - apt install bison g++ pkg-config python3 xz-utils + apt install bison g++ pkgconf python3 xz-utils #### For macOS cross compilation |