mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 12:57:35 +08:00
setup: install libunwind on Ubuntu 22.04 targets
The following packages have unmet dependencies: libgstreamer1.0-dev : Depends: libunwind-dev
This commit is contained in:
@@ -144,6 +144,11 @@ if [[ $INSTALL_NUTTX == "true" ]]; then
|
||||
kconfig-frontends \
|
||||
;
|
||||
fi
|
||||
if [[ "${UBUNTU_RELEASE}" == "22.04" ]]; then
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt-get -y --quiet --no-install-recommends install \
|
||||
libunwind-dev \
|
||||
;
|
||||
fi
|
||||
if [[ "${UBUNTU_RELEASE}" == "24.04" ]]; then
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt-get -y --quiet --no-install-recommends install \
|
||||
kconfig-frontends \
|
||||
|
||||
Reference in New Issue
Block a user