elang add depends_on('ncurses', type='link') (#17761)
This commit is contained in:
parent
896e83e3e6
commit
4e12dc3303
1 changed files with 1 additions and 0 deletions
|
@ -27,3 +27,4 @@ class Erlang(AutotoolsPackage):
|
|||
depends_on('automake', type='build')
|
||||
depends_on('m4', type='build')
|
||||
depends_on('libtool', type='build')
|
||||
depends_on('ncurses', type='link')
|
||||
|
|
Loading…
Reference in a new issue