Update package.py (#35402)

adding explicit dependency on X11 (needed when there is not a system install)
This commit is contained in:
Frank Willmore 2023-02-09 12:04:15 -06:00 committed by GitHub
parent 259a32e5e4
commit ffdc85e8ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,7 @@ class Libgd(AutotoolsPackage):
depends_on("jpeg")
depends_on("libtiff")
depends_on("fontconfig")
depends_on("libx11")
def patch(self):
p = self.spec["jpeg"].libs.search_flags