redox/recipes/libs/harfbuzz/recipe.toml
2023-12-14 19:50:54 +00:00

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
"""