pixman: add libs property (#34281)
This commit is contained in:
parent
0ea81affd1
commit
52fdae83f0
@ -52,6 +52,10 @@ def patch_config_h_for_intel(self):
|
|||||||
config_h,
|
config_h,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def libs(self):
|
||||||
|
return find_libraries("libpixman-1", self.prefix, shared=True, recursive=True)
|
||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
args = [
|
args = [
|
||||||
"--enable-libpng",
|
"--enable-libpng",
|
||||||
|
Loading…
Reference in New Issue
Block a user