Add pkg-config-$target_tuple to the cross-build package list, per Wookey's

comments on the contents of the pending cross-build-essential.
This commit is contained in:
Steve Langasek 2012-10-30 15:03:26 +01:00
parent 0d32f2f838
commit 9ec2dda809

View File

@ -509,7 +509,7 @@ if [ -n "$TARGET_ARCH" ]; then
echo "Unknown target architecture $TARGET_ARCH" >&2
exit 1
fi
BUILD_PKGS="$BUILD_PKGS g++-$target_tuple libc-dev:$TARGET_ARCH"
BUILD_PKGS="$BUILD_PKGS g++-$target_tuple pkg-config-$target_tuple libc-dev:$TARGET_ARCH"
fi
debootstrap_opts="--components=$(echo $COMPONENTS | tr ' ' ,)"