libxau: add libs property (#34288)

This commit is contained in:
Glenn Johnson 2023-01-02 11:47:18 -06:00 committed by GitHub
parent 4eb853856a
commit 80761bdc9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,3 +19,7 @@ class Libxau(AutotoolsPackage, XorgPackage):
depends_on("xproto")
depends_on("pkgconfig", type="build")
depends_on("util-macros", type="build")
@property
def libs(self):
return find_libraries("libXau", self.prefix, shared=True, recursive=True)