aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-31 12:34:55 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-31 12:35:05 +0200
commitade8552b4af8b097cf32c01cb21ff4d07329afe6 (patch)
tree0b25ec288cc8999dfb6e694f377c42105e042c54
parentadd appstream metadata to flatpak and appimage; include libdbus-glib-1.so.2 i... (diff)
downloadlibrewolf-linux-ade8552b4af8b097cf32c01cb21ff4d07329afe6.tar.gz
librewolf-linux-ade8552b4af8b097cf32c01cb21ff4d07329afe6.tar.bz2
librewolf-linux-ade8552b4af8b097cf32c01cb21ff4d07329afe6.zip
add some optional dependencies during tarball build
-rw-r--r--.gitignore2
-rwxr-xr-xbinary_tarball/scripts/1_Install_Dependencies.sh1
2 files changed, 3 insertions, 0 deletions
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 \
bgstack15