mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
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:
parent
0d32f2f838
commit
9ec2dda809
@ -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 ' ' ,)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user