speexdsp: add pkgconfig dependency (#31455)

This commit is contained in:
Ryan Marcellino 2022-07-07 10:53:11 -04:00 committed by GitHub
parent 8745009492
commit be65e4471e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ class Speexdsp(AutotoolsPackage):
depends_on('automake', type='build')
depends_on('libtool', type='build')
depends_on('m4', type='build')
depends_on('pkgconfig', type='build')
depends_on('fftw-api')