brltty (package): Add dependency on alsa-lib (#17616)

This commit is contained in:
t-nojiri
2020-07-25 07:56:34 +09:00
committed by GitHub
parent 148acfefcc
commit de6dfe3707

View File

@@ -24,6 +24,7 @@ class Brltty(AutotoolsPackage):
depends_on('libtool', type='build')
depends_on('m4', type='build')
depends_on('expat')
depends_on('alsa-lib', type='link')
def autoreconf(self, spec, prefix):
bash = which('bash')