From 64c444544f908c1c2638742ba51881202d464793 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 21 May 2024 15:40:00 -0700 Subject: [PATCH] more apt dependency cleanup (#32502) rm old-commit-hash: 406f30add493006b99569bfbf49562e3192038cc --- tools/install_ubuntu_dependencies.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/install_ubuntu_dependencies.sh b/tools/install_ubuntu_dependencies.sh index 0e3d453ce4..1f8ef24eaf 100755 --- a/tools/install_ubuntu_dependencies.sh +++ b/tools/install_ubuntu_dependencies.sh @@ -41,8 +41,6 @@ function install_ubuntu_common_requirements() { libgles2-mesa-dev \ libglfw3-dev \ libglib2.0-0 \ - libomp-dev \ - libpng16-16 \ libqt5charts5-dev \ libncurses5-dev \ libssl-dev \