mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-12 09:21:29 +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
|
echo "Unknown target architecture $TARGET_ARCH" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
fi
|
||||||
|
|
||||||
debootstrap_opts="--components=$(echo $COMPONENTS | tr ' ' ,)"
|
debootstrap_opts="--components=$(echo $COMPONENTS | tr ' ' ,)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user