redox/recipes/harfbuzz/recipe.toml
2022-12-06 15:13:02 -07:00

23 lines
366 B
TOML

[source]
tar = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.3.0.tar.bz2"
[build]
template = "custom"
dependencies = [
"freetype",
"gettext",
"glib",
"libiconv",
"libpng",
"pcre",
"zlib"
]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--with-glib=yes
--with-freetype=yes
--with-icu=no
)
cookbook_configure
"""