Add 'ant' as required ubuntu package for building

This commit is contained in:
Fredrik Fornwall 2016-10-06 19:37:18 -04:00
parent 078db5b2c9
commit 0dc712fa46
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh
PACKAGES=""
PACKAGES="$PACKAGES ant" # Used by jack and aptsigner.
PACKAGES="$PACKAGES asciidoc"
PACKAGES="$PACKAGES automake"
PACKAGES="$PACKAGES bison"