Commit e52db082 authored by Alessandro Rubini's avatar Alessandro Rubini

build: gettext is needed too

parent ba8761bd
...@@ -29,7 +29,7 @@ fi ...@@ -29,7 +29,7 @@ fi
# FIXME: is the list of tools correct? # FIXME: is the list of tools correct?
WRS_TOOLS="curl svn git gcc g++ ar as m4 libtool gettext md5sum make" WRS_TOOLS="curl svn git gcc g++ ar as m4 libtool gettext md5sum make"
WRS_TOOLS="$WRS_TOOLS awk unzip patch bison flex ncursesw5-config" WRS_TOOLS="$WRS_TOOLS awk unzip patch bison flex ncursesw5-config"
WRS_TOOLS="$WRS_TOOLS lua fakeroot" WRS_TOOLS="$WRS_TOOLS lua fakeroot gettext"
wrs_check_tools $WRS_TOOLS wrs_check_tools $WRS_TOOLS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment