exiv2: add zlib and expat dependency. (#15396)
This commit is contained in:
parent
c783493ace
commit
c919a7e302
@ -15,3 +15,6 @@ class Exiv2(CMakePackage):
|
||||
url = "https://github.com/Exiv2/exiv2/archive/v0.27.2.tar.gz"
|
||||
|
||||
version('0.27.2', sha256='3dbcaf01fbc5b98d42f091d1ff0d4b6cd9750dc724de3d9c0d113948570b2934')
|
||||
|
||||
depends_on('zlib', type='link')
|
||||
depends_on('expat@2.2.6:', type='link')
|
||||
|
Loading…
Reference in New Issue
Block a user