Update dependencies

This commit is contained in:
BtbN 2020-12-22 22:34:59 +01:00
parent dc3c3b5d34
commit 0e2d970618
27 changed files with 53 additions and 42 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
FONTCONFIG_SRC="https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.92.tar.xz"
FONTCONFIG_SRC="https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.93.tar.xz"
ffbuild_enabled() {
return 0
@ -22,7 +22,9 @@ ffbuild_dockerbuild() {
local myconf=(
--prefix="$FFBUILD_PREFIX"
--disable-docs
--enable-libxml2
--enable-iconv
--disable-shared
--enable-static
)