Skip to content

Commit

Permalink
Install libsecret-1-dev in cross script
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Oct 31, 2023
1 parent c5401a4 commit 6de5e87
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/secrets/scripts/configure-cross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ set_env() {
export PKG_CONFIG_PATH="$CHROOT$1/pkgconfig"
}

case "$1" in
CROSS_DEB_ARCH=$1
dpkg --add-architecture $CROSS_DEB_ARCH
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y libsecret-1-dev:$CROSS_DEB_ARCH

case "$CROSS_DEB_ARCH" in
"aarch64")
set_env "/usr/lib/aarch64-linux-gnu"
;;
Expand Down

0 comments on commit 6de5e87

Please sign in to comment.