pixman: add libs property (#34281)

This commit is contained in:
Glenn Johnson 2022-12-07 23:34:49 -06:00 committed by GitHub
parent 0ea81affd1
commit 52fdae83f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,10 @@ def patch_config_h_for_intel(self):
config_h,
)
@property
def libs(self):
return find_libraries("libpixman-1", self.prefix, shared=True, recursive=True)
def configure_args(self):
args = [
"--enable-libpng",