mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
11 lines
285 B
TOML
11 lines
285 B
TOML
#TODO build instructions - https://github.com/openjdk/jdk8u/blob/master/doc/building.md
|
|
#TODO require the headless option
|
|
[source]
|
|
git = "https://github.com/openjdk/jdk8u"
|
|
rev = "9c9d6b267c41e4c713cacc41befb66007cdb2601"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"freetype2",
|
|
]
|