From 176bdf51370b0d8ac064f268bead88d7fb4fbf6d Mon Sep 17 00:00:00 2001 From: Maksim Shabunin Date: Fri, 4 Dec 2020 18:36:11 +0300 Subject: [PATCH] Restored gtk-3 installation (#3472) --- scripts/install_dependencies/install_openvino_dependencies.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install_dependencies/install_openvino_dependencies.sh b/scripts/install_dependencies/install_openvino_dependencies.sh index 17960f8..eb0bfb8 100755 --- a/scripts/install_dependencies/install_openvino_dependencies.sh +++ b/scripts/install_dependencies/install_openvino_dependencies.sh @@ -106,8 +106,8 @@ if [ -f /etc/lsb-release ]; then libtag-extras1 libusb-1.0-0-dev libfaac0 - python3-gi - + python3-gi + libgtk-3-0 ) fi apt update -- 2.7.4