Update dependencies
This commit is contained in:
parent
dc3c3b5d34
commit
0e2d970618
27 changed files with 53 additions and 42 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue