elang add depends_on('ncurses', type='link') (#17761)

This commit is contained in:
h-denpo 2020-07-30 10:30:04 +09:00 committed by GitHub
parent 896e83e3e6
commit 4e12dc3303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,3 +27,4 @@ class Erlang(AutotoolsPackage):
depends_on('automake', type='build') depends_on('automake', type='build')
depends_on('m4', type='build') depends_on('m4', type='build')
depends_on('libtool', type='build') depends_on('libtool', type='build')
depends_on('ncurses', type='link')