Add libs property to openjpeg package (#14383)
This commit is contained in:
parent
4d85979ec4
commit
90f4860402
1 changed files with 5 additions and 0 deletions
|
@ -50,3 +50,8 @@ def url_for_version(self, version):
|
|||
'https://github.com/uclouvain/openjpeg/archive/version.{0}.tar.gz'
|
||||
|
||||
return url_fmt.format(version)
|
||||
|
||||
@property
|
||||
def libs(self):
|
||||
return find_libraries('libopenjp{0}'.format(self.version.up_to(1)),
|
||||
root=self.prefix, recursive=True)
|
||||
|
|
Loading…
Reference in a new issue