summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2018-11-13 22:44:35 (GMT)
committerMark Brand <mabrand@mabrand.nl>2018-11-13 22:53:00 (GMT)
commit5811607c05118b87b8fb04fcf56212cc99ff276c (patch)
treeb6ffe70a92db3bc75ff2da87bf3e30eaba154675
parent7e6b7f8bbb3f6addb3089aa9aca9cf77d802f590 (diff)
downloadmxe-5811607c05118b87b8fb04fcf56212cc99ff276c.zip
mxe-5811607c05118b87b8fb04fcf56212cc99ff276c.tar.gz
mxe-5811607c05118b87b8fb04fcf56212cc99ff276c.tar.bz2
ghostscript: drop stray libjpeg-turbo dependency
-rw-r--r--src/ghostscript.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghostscript.mk b/src/ghostscript.mk
index 10d6bbe..1d647f2 100644
--- a/src/ghostscript.mk
+++ b/src/ghostscript.mk
@@ -9,7 +9,7 @@ $(PKG)_CHECKSUM := 1fcedc27d4d6081105cdf35606cb3f809523423a6cf9e3c23cead3525d6ae
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$($(PKG)_NODOTVER)/$($(PKG)_FILE)
-$(PKG)_DEPS := cc dbus fontconfig freetype lcms libiconv libidn libjpeg-turbo libpaper libpng openjpeg tiff zlib
+$(PKG)_DEPS := cc dbus fontconfig freetype lcms libiconv libidn libpaper libpng openjpeg tiff zlib
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://ghostscript.com/Releases.html' | \