diff options
author | davidovski <david@davidovski.xyz> | 2022-06-06 21:25:48 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-06 21:25:48 +0000 |
commit | ccc722b7ed330198d82a3cf28ead76d6d107a70a (patch) | |
tree | 7611b3cc4f3ca681524fa28b174a0253eb802e0e /repo/ghostscript/ghostscript.xibuild | |
parent | 9ee32689f0b57b9e1de6d22c84ce8e3700b6122b (diff) |
added java
Diffstat (limited to 'repo/ghostscript/ghostscript.xibuild')
-rw-r--r-- | repo/ghostscript/ghostscript.xibuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/repo/ghostscript/ghostscript.xibuild b/repo/ghostscript/ghostscript.xibuild index ed06538..7d4152a 100644 --- a/repo/ghostscript/ghostscript.xibuild +++ b/repo/ghostscript/ghostscript.xibuild @@ -3,7 +3,7 @@ NAME="ghostscript" DESC="An interpreter for the PostScript language and for PDF" -MAKEDEPS="make freetype openjpeg libpng zlib tiff cups jbig2dec" +MAKEDEPS="make freetype2 openjpeg libpng zlib tiff cups jbig2dec" DEPS="musl " PKG_VER=9.56.1 @@ -23,7 +23,6 @@ prepare () { cd $BUILD_ROOT/ijs libtoolize --force && aclocal && autoconf && automake --add-missing - update_config_sub } build () { |