From 9ec2dda809e64cb03180f9052a00924e0b3cd9ab Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Tue, 30 Oct 2012 15:03:26 +0100 Subject: [PATCH] Add pkg-config-$target_tuple to the cross-build package list, per Wookey's comments on the contents of the pending cross-build-essential. --- mk-sbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk-sbuild b/mk-sbuild index f5ac28f..5aa059c 100755 --- a/mk-sbuild +++ b/mk-sbuild @@ -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 ' ' ,)"