mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
26 lines
550 B
TOML
26 lines
550 B
TOML
[source]
|
|
tar = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.14.2.tar.xz"
|
|
blake3 = "dc342745b8e19ecda458464a9df7cf1266d0af759b230d07f43964b34ca86581"
|
|
patches = [
|
|
"redox.patch"
|
|
]
|
|
script = """
|
|
wget -O config.sub "https://gitlab.redox-os.org/redox-os/gnu-config/-/raw/master/config.sub?inline=false"
|
|
"""
|
|
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"expat",
|
|
"freetype2",
|
|
"libpng",
|
|
"zlib",
|
|
]
|
|
script = """
|
|
COOKBOOK_CONFIGURE_FLAGS+=(
|
|
--disable-docs \
|
|
ac_cv_func_XML_SetDoctypeDeclHandler=yes
|
|
)
|
|
cookbook_configure
|
|
"""
|