From 79062a39e9bcb9731adbacd0bd9bcd0b59d19d0a Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 22 May 2022 17:47:09 +0100 Subject: fixes to allow for full build --- repo/font/fontconfig/fontconfig.xibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/font/fontconfig/fontconfig.xibuild') diff --git a/repo/font/fontconfig/fontconfig.xibuild b/repo/font/fontconfig/fontconfig.xibuild index 7814f4a..e5dbb6f 100644 --- a/repo/font/fontconfig/fontconfig.xibuild +++ b/repo/font/fontconfig/fontconfig.xibuild @@ -1,7 +1,7 @@ #!/bin/sh -MAKEDEPS="make libxml2 texlive" -DEPS="freetype2 json" +MAKEDEPS="make libxml2" +DEPS="freetype2" PKG_VER=2.13.1 SOURCE=https://www.freedesktop.org/software/fontconfig/release/fontconfig-$PKG_VER.tar.bz2 -- cgit v1.2.1