cross-arm-none-eabi-gdb: needs texinfo in hostmakedepends

This commit is contained in:
Jürgen Buchmüller 2020-05-27 10:59:08 +02:00
parent 93ea8cb13d
commit bbf76dbc8f

View file

@ -23,7 +23,7 @@ configure_args="
$(vopt_with guile)
$(vopt_with python)
"
hostmakedepends="autoconf automake bison flex pkg-config"
hostmakedepends="autoconf automake bison flex pkg-config texinfo"
makedepends="babeltrace-devel expat-devel mpfr-devel ncurses-devel readline-devel zlib-devel $(vopt_if guile guile-devel) $(vopt_if python 'python3-devel gettext-libs')"
short_desc="GNU Debugger"
maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"