#110 Add pkg-config

Merged
vimuser merged 2 commits from madbehaviorus/master into osboot/master 3 years ago
1 changed files with 3 additions and 0 deletions
  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