cln: add build dependency on texinfo (#20928)

This commit is contained in:
Tomoyasu Nojiri 2021-01-15 17:07:18 +09:00 committed by GitHub
parent e160f649b8
commit ed4dea2dc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,7 @@ class Cln(AutotoolsPackage):
depends_on('libtool', type='build') depends_on('libtool', type='build')
depends_on('m4', type='build') depends_on('m4', type='build')
depends_on('gmp@4.1:', when='+gmp') depends_on('gmp@4.1:', when='+gmp')
depends_on('texinfo', type='build')
# Dependencies required to define macro AC_LIB_LINKFLAGS_FROM_LIBS # Dependencies required to define macro AC_LIB_LINKFLAGS_FROM_LIBS
depends_on('gettext', type='build') depends_on('gettext', type='build')