pulseaudio: add pkgconfig build dep (#45653)

Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
This commit is contained in:
Teague Sterling 2024-08-10 10:01:16 -07:00 committed by GitHub
parent 7a83cdbcc7
commit 2dbc5213b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,6 +55,7 @@ class Pulseaudio(AutotoolsPackage):
depends_on("libxtst", when="+x11")
depends_on("openssl", when="+openssl")
depends_on("perl-xml-parser", type="build")
depends_on("pkgconfig", type="build")
depends_on("speexdsp@1.2:")
depends_on("m4", type="build")