Skip to content
Snippets Groups Projects
Commit 43f98dc0 authored by Federico Ficarelli's avatar Federico Ficarelli Committed by Adam J. Stewart
Browse files

Fix missing dependency in ghostscript (#6866)

parent eb420137
Branches
Tags
No related merge requests found
......@@ -43,6 +43,7 @@ class Ghostscript(AutotoolsPackage):
depends_on('libpng')
depends_on('libtiff')
depends_on('zlib')
depends_on('libxext')
def url_for_version(self, version):
baseurl = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs{0}/ghostscript-{1}.tar.gz"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment