Add 'ant' as required ubuntu package for building
This commit is contained in:
parent
078db5b2c9
commit
0dc712fa46
@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
PACKAGES=""
|
||||
PACKAGES="$PACKAGES ant" # Used by jack and aptsigner.
|
||||
PACKAGES="$PACKAGES asciidoc"
|
||||
PACKAGES="$PACKAGES automake"
|
||||
PACKAGES="$PACKAGES bison"
|
||||
|
Loading…
Reference in New Issue
Block a user