Update package.py (#35402)
adding explicit dependency on X11 (needed when there is not a system install)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user