fix missing pkg-config for plutosdr

This commit is contained in:
Jakob Ketterl 2020-10-04 23:48:42 +02:00
parent ac0e44857c
commit ff25fa25dd
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ function cmakebuild() {
cd /tmp
STATIC_PACKAGES="libusb-1.0-0 libxml2"
BUILD_PACKAGES="git libusb-1.0-0-dev cmake make gcc g++ libxml2-dev flex bison"
BUILD_PACKAGES="git libusb-1.0-0-dev cmake make gcc g++ libxml2-dev flex bison pkg-config"
apt-get update
apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES