perl-extutils-pkgconfig: Add pkg-config dependency (#8045)
* perl-extutils-pkgconfig: Add pkg-config dependency * perl-extutils-pkgconfig: fix build dependency * perl-extutils-pkgconfig: fix build dependency
This commit is contained in:
parent
7dfc0278e7
commit
ef731cc511
@ -32,3 +32,5 @@ class PerlExtutilsPkgconfig(PerlPackage):
|
||||
url = "http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/ExtUtils-PkgConfig-1.16.tar.gz"
|
||||
|
||||
version('1.16', 'b86318f2b6ac6af3ee985299e1e38fe5')
|
||||
|
||||
depends_on('pkg-config', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user