gdb: needs texinfo in host.

This commit is contained in:
Juan RP 2019-12-29 09:21:27 +01:00
parent 3f761eaea1
commit b59ead2ce2
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -8,7 +8,7 @@ configure_args="--disable-werror --disable-nls --with-system-readline
--with-system-gdbinit=/etc/gdb/gdbinit --with-system-zlib $(vopt_enable gdbserver)
$(vopt_if static 'CFLAGS=-static CXXFLAGS=-static LDFLAGS=-static')
$(vopt_if python --with-python=/usr/bin/python3)"
hostmakedepends="perl $(vopt_if python python3-devel)"
hostmakedepends="texinfo perl $(vopt_if python python3-devel)"
makedepends="ncurses-devel zlib-devel readline-devel expat-devel $(vopt_if python 'python3-devel gettext-libs')"
short_desc="GNU Debugger"
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"