mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
16 lines
361 B
TOML
16 lines
361 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/openjdk/jdk21u/blob/master/doc/building.md
|
|
[source]
|
|
git = "https://github.com/openjdk/jdk21u"
|
|
rev = "jdk-21.0.9-ga"
|
|
shallow_clone = true
|
|
script = "chmod a+x configure"
|
|
[build]
|
|
template = "configure"
|
|
configureflags = [
|
|
"--enable-headless-only=yes",
|
|
]
|
|
dependencies = [
|
|
"fontconfig",
|
|
]
|