Przeglądaj źródła

pkg/debian: Add pkg-config to dependencies

Maximilian Luz 11 miesięcy temu
rodzic
commit
4ebabbb234
1 zmienionych plików z 1 dodań i 1 usunięć
  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 update
     apt-get upgrade
     apt-get upgrade
     apt-get install build-essential fakeroot rsync git wget software-properties-common \
     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
     apt-get build-dep linux
 
 
     # install python 3.11, required for configuring the kernel via Ubuntu's annotation format
     # install python 3.11, required for configuring the kernel via Ubuntu's annotation format