Update package.py (#35402)
adding explicit dependency on X11 (needed when there is not a system install)
This commit is contained in:
parent
259a32e5e4
commit
ffdc85e8ce
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue