pulseaudio: add missing m4 dependency (#41216)
This commit is contained in:
parent
e49f55ba53
commit
89a0ea01a7
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ class Pulseaudio(AutotoolsPackage):
|
||||||
depends_on("openssl", when="+openssl")
|
depends_on("openssl", when="+openssl")
|
||||||
depends_on("perl-xml-parser", type="build")
|
depends_on("perl-xml-parser", type="build")
|
||||||
depends_on("speexdsp@1.2:")
|
depends_on("speexdsp@1.2:")
|
||||||
|
depends_on("m4", type="build")
|
||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
args = [
|
args = [
|
||||||
|
|
Loading…
Reference in a new issue