Merge pull request #2026 from mcuee/libgpiod_cross_build_ci

Adding pkg-config as a Linux build dependency
This commit is contained in:
Stefan Rueger
2025-06-20 22:31:29 +02:00
committed by GitHub

View File

@@ -43,6 +43,7 @@ jobs:
build-essential
automake
libtool
pkg-config
flex
bison
libelf-dev
@@ -95,6 +96,7 @@ jobs:
sudo apt-get install -y
build-essential
cmake
pkg-config
flex
bison
libelf-dev
@@ -167,6 +169,7 @@ jobs:
apt-get install -y
git
cmake
pkg-config
flex
bison
crossbuild-essential-${{matrix.arch}}