Skip to content
Snippets Groups Projects
Unverified Commit de6dfe37 authored by t-nojiri's avatar t-nojiri Committed by GitHub
Browse files

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

parent 148acfef
Branches
Tags
No related merge requests found
...@@ -24,6 +24,7 @@ class Brltty(AutotoolsPackage): ...@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment