From ade8552b4af8b097cf32c01cb21ff4d07329afe6 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Tue, 31 Mar 2020 12:34:55 +0200 Subject: add some optional dependencies during tarball build --- .gitignore | 2 ++ binary_tarball/scripts/1_Install_Dependencies.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1e93623..ef55215 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ compile_folder/ +common/** +settings/** diff --git a/binary_tarball/scripts/1_Install_Dependencies.sh b/binary_tarball/scripts/1_Install_Dependencies.sh index 42b989c..9ff101a 100755 --- a/binary_tarball/scripts/1_Install_Dependencies.sh +++ b/binary_tarball/scripts/1_Install_Dependencies.sh @@ -8,6 +8,7 @@ _DEPENDENCIES="wget git xvfb \ xz-utils \ gettext-base \ curl python3 libjack-dev \ + python3-psutil python-psutil python3-dev python-dev \ autotools-dev \ autoconf2.13 \ zip \ -- cgit