mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
26 lines
569 B
TOML
26 lines
569 B
TOML
[source]
|
|
#git = "https://github.com/harfbuzz/harfbuzz"
|
|
#rev = "4941e95f10fe0fe658752134a42b58896fb19c42"
|
|
tar = "https://github.com/harfbuzz/harfbuzz/releases/download/7.3.0/harfbuzz-7.3.0.tar.xz"
|
|
blake3 = "6572676ffef55bd37bacdd33052bedfb07333b659371495a2a26b9825ce685c0"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"freetype",
|
|
"gettext",
|
|
"glib",
|
|
"libiconv",
|
|
"libpng",
|
|
"pcre",
|
|
"zlib"
|
|
]
|
|
script = """
|
|
COOKBOOK_CONFIGURE_FLAGS+=(
|
|
--with-glib=yes
|
|
--with-freetype=yes
|
|
--with-icu=no
|
|
ac_cv_func_sincosf=no
|
|
)
|
|
cookbook_configure
|
|
"""
|