emacs: add texinfo build dependency on master (#23631)

It seems that building unreleased versions requires makeinfo, which is
part of texinfo.
This commit is contained in:
Michael Kuhn 2021-05-14 10:07:19 +02:00 committed by GitHub
parent 14fc5604dd
commit 59a520246b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,7 @@ class Emacs(AutotoolsPackage, GNUMirrorPackage):
depends_on('autoconf', type='build', when="@master:") depends_on('autoconf', type='build', when="@master:")
depends_on('automake', type='build', when="@master:") depends_on('automake', type='build', when="@master:")
depends_on('libtool', type='build', when="@master:") depends_on('libtool', type='build', when="@master:")
depends_on('texinfo', type='build', when="@master:")
depends_on('gcc@11: +strip languages=jit', when="+native") depends_on('gcc@11: +strip languages=jit', when="+native")
conflicts('@:26.3', when='platform=darwin os=catalina') conflicts('@:26.3', when='platform=darwin os=catalina')