cln: add build dependency on texinfo (#20928)
This commit is contained in:
parent
e160f649b8
commit
ed4dea2dc2
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ class Cln(AutotoolsPackage):
|
|||
depends_on('libtool', type='build')
|
||||
depends_on('m4', type='build')
|
||||
depends_on('gmp@4.1:', when='+gmp')
|
||||
depends_on('texinfo', type='build')
|
||||
|
||||
# Dependencies required to define macro AC_LIB_LINKFLAGS_FROM_LIBS
|
||||
depends_on('gettext', type='build')
|
||||
|
|
Loading…
Reference in a new issue