mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
24 lines
474 B
TOML
24 lines
474 B
TOML
[source]
|
|
tar = "https://github.com/harfbuzz/harfbuzz/releases/download/7.3.0/harfbuzz-7.3.0.tar.xz"
|
|
blake3 = "6572676ffef55bd37bacdd33052bedfb07333b659371495a2a26b9825ce685c0"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"freetype2",
|
|
"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
|
|
"""
|