summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/rockboxdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index 4663223..996aa86 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -34,7 +34,7 @@ if [ -z $GNU_MIRROR ] ; then
fi
# These are the tools this script requires and depends upon.
-reqtools="gcc bzip2 gzip make patch makeinfo automake libtool"
+reqtools="gcc bzip2 gzip make patch makeinfo automake libtool autoconf flex bison"
##############################################################################
# Functions: