#110 Add pkg-config

已合併
vimuser 3 年之前 將 2 次代碼提交從 madbehaviorus/master合併至 osboot/master
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      resources/scripts/build/dependencies/ubuntu2004

+ 3 - 0
resources/scripts/build/dependencies/ubuntu2004

@@ -56,6 +56,9 @@ apt-get -y install build-essential
 # for running the crostool script (to get mrc.bin file for t440p)
 apt-get -y install sharutils curl parted e2fsprogs unzip
 
+# to use the right software versions and links for compiling 
+apt-get -y install pkg-config
+
 # for cross-compiling ARM binaries
 apt-get -y install gcc-arm-linux-gnueabi