redox/recipes/wip/dev/openjdk11-headless/recipe.toml
2024-02-21 23:52:20 +00:00

17 lines
399 B
TOML

#TODO permission denied on the configure script
#TODO build instructions - https://github.com/openjdk/jdk11u/blob/master/doc/building.md
[source]
git = "https://github.com/openjdk/jdk11u"
rev = "09b402a6bcecce976ee17ce358b0a90ea127ab69"
[build]
template = "custom"
dependencies = [
"fontconfig",
]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--enable-headless-only=yes
)
cookbook_configure
"""