libxau: add libs property (#34288)
This commit is contained in:
parent
4eb853856a
commit
80761bdc9d
@ -19,3 +19,7 @@ class Libxau(AutotoolsPackage, XorgPackage):
|
|||||||
depends_on("xproto")
|
depends_on("xproto")
|
||||||
depends_on("pkgconfig", type="build")
|
depends_on("pkgconfig", type="build")
|
||||||
depends_on("util-macros", type="build")
|
depends_on("util-macros", type="build")
|
||||||
|
|
||||||
|
@property
|
||||||
|
def libs(self):
|
||||||
|
return find_libraries("libXau", self.prefix, shared=True, recursive=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user