From 9a084a73c5c3e6386bc5f21c46062d46878f6ca2 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 19 Jun 2024 19:59:48 -0700 Subject: [PATCH] remove nav apt dependencies (#32792) --- tools/install_ubuntu_dependencies.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/install_ubuntu_dependencies.sh b/tools/install_ubuntu_dependencies.sh index 5c10bf543..2513df86b 100755 --- a/tools/install_ubuntu_dependencies.sh +++ b/tools/install_ubuntu_dependencies.sh @@ -54,8 +54,7 @@ function install_ubuntu_common_requirements() { ocl-icd-opencl-dev \ portaudio19-dev \ qtmultimedia5-dev \ - qtlocation5-dev \ - qtpositioning5-dev \ + qtdeclarative5-dev \ qttools5-dev-tools \ libqt5svg5-dev \ libqt5serialbus5-dev \