mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
cross-arm-none-eabi-gdb: needs texinfo in hostmakedepends
This commit is contained in:
parent
93ea8cb13d
commit
bbf76dbc8f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ configure_args="
|
||||||
$(vopt_with guile)
|
$(vopt_with guile)
|
||||||
$(vopt_with python)
|
$(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')"
|
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"
|
short_desc="GNU Debugger"
|
||||||
maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
|
maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue