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