add some optional dependencies during tarball build
This commit is contained in:
parent
01f4e24e40
commit
ade8552b4a
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
compile_folder/
|
||||
common/**
|
||||
settings/**
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue