util-linux: Add ncurses depend (#21165)
This commit is contained in:
parent
644b8b52e2
commit
bf3fb8428d
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ class UtilLinux(AutotoolsPackage):
|
||||||
|
|
||||||
depends_on('python@2.7:', type='build')
|
depends_on('python@2.7:', type='build')
|
||||||
depends_on('pkgconfig', type='build')
|
depends_on('pkgconfig', type='build')
|
||||||
|
depends_on('ncurses', type='link')
|
||||||
|
|
||||||
variant('bash', default=False, description='Install bash completion scripts')
|
variant('bash', default=False, description='Install bash completion scripts')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue