Add libs property to lcms package (#14382)
This commit is contained in:
parent
378016d350
commit
4d85979ec4
1 changed files with 4 additions and 0 deletions
|
@ -21,3 +21,7 @@ class Lcms(AutotoolsPackage):
|
|||
depends_on('jpeg')
|
||||
depends_on('libtiff')
|
||||
depends_on('zlib')
|
||||
|
||||
@property
|
||||
def libs(self):
|
||||
return find_libraries('liblcms2', root=self.prefix, recursive=True)
|
||||
|
|
Loading…
Reference in a new issue