Browse Source

pkg/debian: Add pkg-config to dependencies

Maximilian Luz 11 months ago
parent
commit
4ebabbb234
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/scripts/package/debian.sh

+ 1 - 1
.github/scripts/package/debian.sh

@@ -29,7 +29,7 @@ setup-builddeps)
     apt-get update
     apt-get upgrade
     apt-get install build-essential fakeroot rsync git wget software-properties-common \
-            zstd lz4 sbsigntool debhelper dpkg-dev dpkg-sig
+            zstd lz4 sbsigntool debhelper dpkg-dev dpkg-sig pkg-config
     apt-get build-dep linux
 
     # install python 3.11, required for configuring the kernel via Ubuntu's annotation format