brltty (package): Add dependency on alsa-lib (#17616)
This commit is contained in:
parent
148acfefcc
commit
de6dfe3707
@ -24,6 +24,7 @@ class Brltty(AutotoolsPackage):
|
|||||||
depends_on('libtool', type='build')
|
depends_on('libtool', type='build')
|
||||||
depends_on('m4', type='build')
|
depends_on('m4', type='build')
|
||||||
depends_on('expat')
|
depends_on('expat')
|
||||||
|
depends_on('alsa-lib', type='link')
|
||||||
|
|
||||||
def autoreconf(self, spec, prefix):
|
def autoreconf(self, spec, prefix):
|
||||||
bash = which('bash')
|
bash = which('bash')
|
||||||
|
Loading…
Reference in New Issue
Block a user