util-linux: Add ncurses depend (#21165)

This commit is contained in:
Tomoyasu Nojiri 2021-01-21 12:40:03 +09:00 committed by GitHub
parent 644b8b52e2
commit bf3fb8428d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@ class UtilLinux(AutotoolsPackage):
depends_on('python@2.7:', type='build')
depends_on('pkgconfig', type='build')
depends_on('ncurses', type='link')
variant('bash', default=False, description='Install bash completion scripts')