#110 Add pkg-config

Gabung
vimuser menggabungkan 2 komit dari madbehaviorus/master menjadi osboot/master%! (template.HTML=3 tahun lalu)s
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  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